diff options
author | Scott Lobdell <slobdell@google.com> | 2021-04-25 19:53:00 +0000 |
---|---|---|
committer | Scott Lobdell <slobdell@google.com> | 2021-04-25 19:53:00 +0000 |
commit | dfa7c0a9b59c4ef591f46f7624dfe687c2bb0a6c (patch) | |
tree | 4b78af6f79fb9de2a712ac6268059bf838000a40 /tests/cfi_test.cpp | |
parent | 987dccb5f063052171fae7a59cbf9fca808f8f80 (diff) | |
parent | 4626df89bfb561fc06d805e04d040a15f378919f (diff) |
Merge SP1A.210425.001
Change-Id: If71c56f3e2e9fbbeffc7096a560a5ef8b8cd8566
Diffstat (limited to 'tests/cfi_test.cpp')
-rw-r--r-- | tests/cfi_test.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/cfi_test.cpp b/tests/cfi_test.cpp index d3cd8d1b8..9a6ed9ac6 100644 --- a/tests/cfi_test.cpp +++ b/tests/cfi_test.cpp @@ -15,12 +15,13 @@ */ #include <dlfcn.h> -#include <gtest/gtest.h> #include <sys/stat.h> #include <vector> -#include "BionicDeathTest.h" +#include <android-base/silent_death_test.h> +#include <gtest/gtest.h> + #include "gtest_globals.h" #include "utils.h" @@ -35,7 +36,7 @@ void __cfi_slowpath_diag(uint64_t CallSiteTypeId, void* Ptr, void* DiagData); size_t __cfi_shadow_size(); } -using cfi_test_DeathTest = BionicDeathTest; +using cfi_test_DeathTest = SilentDeathTest; static void f() {} |