diff options
Diffstat (limited to 'test/tsan/race_top_suppression1.cc')
-rw-r--r-- | test/tsan/race_top_suppression1.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/race_top_suppression1.cc b/test/tsan/race_top_suppression1.cc index 881e661ba789e..e34385a9b59c6 100644 --- a/test/tsan/race_top_suppression1.cc +++ b/test/tsan/race_top_suppression1.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'" %deflake %run %t 2>&1 | FileCheck %s +// RUN: %env_tsan_opts=suppressions='%t.supp' %deflake %run %t 2>&1 | FileCheck %s // RUN: rm %t.supp #include "test.h" |