diff options
Diffstat (limited to 'tests/error_test.cpp')
-rw-r--r-- | tests/error_test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/error_test.cpp b/tests/error_test.cpp index e03c8d44f..e114f064c 100644 --- a/tests/error_test.cpp +++ b/tests/error_test.cpp @@ -30,7 +30,9 @@ #include <error.h> -#include "BionicDeathTest.h" +#include <android-base/silent_death_test.h> + +using error_DeathTest = SilentDeathTest; static size_t g_test_error_print_progname_invocation_count; |