summaryrefslogtreecommitdiff
path: root/test/tsan/cond_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/cond_version.c')
-rw-r--r--test/tsan/cond_version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/cond_version.c b/test/tsan/cond_version.c
index 1f966bfac..2282c3ad7 100644
--- a/test/tsan/cond_version.c
+++ b/test/tsan/cond_version.c
@@ -1,4 +1,4 @@
-// RUN: %clang_tsan -O1 %s -o %t -lrt && %t 2>&1 | FileCheck %s
+// RUN: %clang_tsan -O1 %s -o %t -lrt && %run %t 2>&1 | FileCheck %s
// Test that pthread_cond is properly intercepted,
// previously there were issues with versioned symbols.
// CHECK: OK