summaryrefslogtreecommitdiff
path: root/test/tsan/stack_race2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/stack_race2.cc')
-rw-r--r--test/tsan/stack_race2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/stack_race2.cc b/test/tsan/stack_race2.cc
index 83a67f49a..818db367b 100644
--- a/test/tsan/stack_race2.cc
+++ b/test/tsan/stack_race2.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_tsan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s
+// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
#include <pthread.h>
#include <stddef.h>
#include <unistd.h>