summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/lit_tests/simple_stack2.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-08-07 09:02:37 +0000
committerAlexey Samsonov <samsonov@google.com>2013-08-07 09:02:37 +0000
commitb6c8b3de70e95ae73a262e3ee3116c53efde096b (patch)
tree26919362d3f8135140c17644d3b1bb3b1f8da661 /compiler-rt/lib/tsan/lit_tests/simple_stack2.cc
parentcad7e5e0b40dc67f47a34098d03c3385eeec715f (diff)
downloadbcm5719-llvm-b6c8b3de70e95ae73a262e3ee3116c53efde096b.tar.gz
bcm5719-llvm-b6c8b3de70e95ae73a262e3ee3116c53efde096b.zip
Enable pipefail for TSan tests
llvm-svn: 187875
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