aboutsummaryrefslogtreecommitdiff
path: root/tests/threads_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/threads_test.cpp')
-rw-r--r--tests/threads_test.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/threads_test.cpp b/tests/threads_test.cpp
index c1e9b123a..5fafff38d 100644
--- a/tests/threads_test.cpp
+++ b/tests/threads_test.cpp
@@ -60,8 +60,7 @@ static int exit_arg(void* arg) {
#include <thread>
-#include <android-base/silent_death_test.h>
-
+#include "BionicDeathTest.h"
#include "SignalUtils.h"
TEST(threads, call_once) {
@@ -362,7 +361,7 @@ TEST(threads, thrd_create__thrd_exit) {
#endif
}
-using threads_DeathTest = SilentDeathTest;
+class threads_DeathTest : public BionicDeathTest {};
TEST(threads_DeathTest, thrd_exit_main_thread) {
#if !defined(HAVE_THREADS_H)