diff options
Diffstat (limited to 'test/tsan/mutex_cycle2.c')
-rw-r--r-- | test/tsan/mutex_cycle2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/mutex_cycle2.c b/test/tsan/mutex_cycle2.c index 32659d4eec0d..0dc96d07cb96 100644 --- a/test/tsan/mutex_cycle2.c +++ b/test/tsan/mutex_cycle2.c @@ -1,5 +1,5 @@ // RUN: %clangxx_tsan %s -o %t -// RUN: not %run %t 2>&1 | FileCheck %s +// RUN: not %run %t 2>&1 | FileCheck %s // RUN: %env_tsan_opts=detect_deadlocks=1 not %run %t 2>&1 | FileCheck %s // RUN: %env_tsan_opts=detect_deadlocks=0 %run %t 2>&1 | FileCheck %s --check-prefix=DISABLED // RUN: echo "deadlock:main" > %t.supp |