diff options
Diffstat (limited to 'compiler-rt/lib/tsan/lit_tests/simple_race.c')
| -rw-r--r-- | compiler-rt/lib/tsan/lit_tests/simple_race.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/lit_tests/simple_race.c b/compiler-rt/lib/tsan/lit_tests/simple_race.c index 44aff897406..80a83e01a29 100644 --- a/compiler-rt/lib/tsan/lit_tests/simple_race.c +++ b/compiler-rt/lib/tsan/lit_tests/simple_race.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> |

