summaryrefslogtreecommitdiff
path: root/test/tsan/load_shared_lib.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/load_shared_lib.cc')
-rw-r--r--test/tsan/load_shared_lib.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/load_shared_lib.cc b/test/tsan/load_shared_lib.cc
index 5b6b72b6e..2b250e3e6 100644
--- a/test/tsan/load_shared_lib.cc
+++ b/test/tsan/load_shared_lib.cc
@@ -4,7 +4,7 @@
// RUN: %clangxx_tsan -O1 %p/SharedLibs/load_shared_lib-so.cc \
// RUN: -fPIC -shared -o %t-so.so
-// 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
#include <dlfcn.h>
#include <pthread.h>