summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/thread_leak5.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/thread_leak5.c')
-rw-r--r--compiler-rt/test/tsan/thread_leak5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/thread_leak5.c b/compiler-rt/test/tsan/thread_leak5.c
index 130858cfb26..ca244a9f24e 100644
--- a/compiler-rt/test/tsan/thread_leak5.c
+++ b/compiler-rt/test/tsan/thread_leak5.c
@@ -1,4 +1,4 @@
-// RUN: %clang_tsan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s
+// RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
#include <pthread.h>
#include <unistd.h>
OpenPOWER on IntegriCloud