summaryrefslogtreecommitdiff
path: root/test/tsan/suppressions_race.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/suppressions_race.cc')
-rw-r--r--test/tsan/suppressions_race.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/suppressions_race.cc b/test/tsan/suppressions_race.cc
index c88e69bec..1d72874d9 100644
--- a/test/tsan/suppressions_race.cc
+++ b/test/tsan/suppressions_race.cc
@@ -1,4 +1,4 @@
-// RUN: %clang_tsan -O1 %s -o %t && TSAN_OPTIONS="$TSAN_OPTIONS suppressions=%s.supp" %t 2>&1 | FileCheck %s
+// RUN: %clang_tsan -O1 %s -o %t && TSAN_OPTIONS="$TSAN_OPTIONS suppressions=%s.supp" %run %t 2>&1 | FileCheck %s
#include <pthread.h>
#include <stdio.h>
#include <unistd.h>