summaryrefslogtreecommitdiff
path: root/test/tsan/atomic_free2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/atomic_free2.cc')
-rw-r--r--test/tsan/atomic_free2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/atomic_free2.cc b/test/tsan/atomic_free2.cc
index 961ff38c8..11204ba77 100644
--- a/test/tsan/atomic_free2.cc
+++ b/test/tsan/atomic_free2.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
#include <pthread.h>
#include <unistd.h>