aboutsummaryrefslogtreecommitdiff
path: root/test/tsan/race_top_suppression.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/race_top_suppression.cc')
-rw-r--r--test/tsan/race_top_suppression.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/race_top_suppression.cc b/test/tsan/race_top_suppression.cc
index 7d42dbf3b4bf..bd5c1bd5f445 100644
--- a/test/tsan/race_top_suppression.cc
+++ b/test/tsan/race_top_suppression.cc
@@ -1,6 +1,6 @@
// RUN: echo "race_top:TopFunction" > %t.supp
// RUN: %clangxx_tsan -O1 %s -o %t
-// RUN: TSAN_OPTIONS="$TSAN_OPTIONS suppressions='%t.supp'" %run %t 2>&1 | FileCheck %s
+// RUN: %env_tsan_opts=suppressions='%t.supp' %run %t 2>&1 | FileCheck %s
// RUN: rm %t.supp
#include "test.h"