summaryrefslogtreecommitdiff
path: root/test/tsan/mop_with_offset.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/mop_with_offset.cc')
-rw-r--r--test/tsan/mop_with_offset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/mop_with_offset.cc b/test/tsan/mop_with_offset.cc
index 2b6a4ff50..e9342794d 100644
--- a/test/tsan/mop_with_offset.cc
+++ b/test/tsan/mop_with_offset.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 <stddef.h>
#include <stdio.h>