summaryrefslogtreecommitdiff
path: root/test/tsan/mutex_bad_read_unlock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/mutex_bad_read_unlock.cc')
-rw-r--r--test/tsan/mutex_bad_read_unlock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/mutex_bad_read_unlock.cc b/test/tsan/mutex_bad_read_unlock.cc
index 486600dd0..ab417f43c 100644
--- a/test/tsan/mutex_bad_read_unlock.cc
+++ b/test/tsan/mutex_bad_read_unlock.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_tsan -O1 %s -o %t && not %t 2>&1 | FileCheck %s
+// RUN: %clangxx_tsan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s
extern "C" void AnnotateRWLockAcquired(const char *f, int l, void *m, long rw);
extern "C" void AnnotateRWLockReleased(const char *f, int l, void *m, long rw);