summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/lit_tests/simple_stack2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/tsan/lit_tests/simple_stack2.cc')
-rw-r--r--compiler-rt/lib/tsan/lit_tests/simple_stack2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/lit_tests/simple_stack2.cc b/compiler-rt/lib/tsan/lit_tests/simple_stack2.cc
index bf27a15ffad..7a034c4cd6e 100644
--- a/compiler-rt/lib/tsan/lit_tests/simple_stack2.cc
+++ b/compiler-rt/lib/tsan/lit_tests/simple_stack2.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_tsan -O1 %s -o %t && %t 2>&1 | FileCheck %s
+// RUN: %clangxx_tsan -O1 %s -o %t && not %t 2>&1 | FileCheck %s
#include <pthread.h>
#include <stdio.h>
#include <unistd.h>
OpenPOWER on IntegriCloud