commit | 141b917018048c5fda567785740dfaaf38e66f1e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 09 17:13:09 2021 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Apr 12 10:01:20 2021 -0700 |
tree | 144416c96d8e3d1406ed78d8221a72a174317d80 | |
parent | 999d82e51d8b96c622ecb63c69b56e7e7753e47d [diff] [blame] |
Switch to libbase SilentDeathTest. Bug: http://b/184955378 Test: treehugger Change-Id: Ie0849224074da92203340a741a86a24a4a3702c2
diff --git a/tests/error_test.cpp b/tests/error_test.cpp index e03c8d4..e114f06 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;