diff options
| author | Alexey Samsonov <samsonov@google.com> | 2013-08-07 09:02:37 +0000 | 
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2013-08-07 09:02:37 +0000 | 
| commit | b6c8b3de70e95ae73a262e3ee3116c53efde096b (patch) | |
| tree | 26919362d3f8135140c17644d3b1bb3b1f8da661 /compiler-rt/lib/tsan/lit_tests/race_on_barrier.c | |
| parent | cad7e5e0b40dc67f47a34098d03c3385eeec715f (diff) | |
| download | bcm5719-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/race_on_barrier.c')
| -rw-r--r-- | compiler-rt/lib/tsan/lit_tests/race_on_barrier.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/lit_tests/race_on_barrier.c b/compiler-rt/lib/tsan/lit_tests/race_on_barrier.c index 3e76f8bf5e2..3c0199dec22 100644 --- a/compiler-rt/lib/tsan/lit_tests/race_on_barrier.c +++ b/compiler-rt/lib/tsan/lit_tests/race_on_barrier.c @@ -1,4 +1,4 @@ -// RUN: %clang_tsan -O1 %s -o %t && %t 2>&1 | FileCheck %s +// RUN: %clang_tsan -O1 %s -o %t && not %t 2>&1 | FileCheck %s  #include <pthread.h>  #include <stdio.h>  #include <stddef.h>  | 

