]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/tsan/suppressions_global.cc
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / tsan / suppressions_global.cc
index c808a63d9e843f1252ff92fbafb85d329446ff8b..c7b9bb99eb1755b9428a72c19dc558abf52206a1 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_tsan -O1 %s -o %t && TSAN_OPTIONS="$TSAN_OPTIONS suppressions=%s.supp" %run %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>