summaryrefslogtreecommitdiff
path: root/test/tsan/ignore_lib4.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-02-23 17:58:23 +0000
committerDmitry Vyukov <dvyukov@google.com>2016-02-23 17:58:23 +0000
commit7a7e73018444e8be9536e498f39f78aa38aa61e0 (patch)
tree09d04405f58cfbbe2e94c5e9f5d87d1c13b3a963 /test/tsan/ignore_lib4.cc
parentafb95726bda8fb718fef9583d9fec87ba679f27d (diff)
tsan: clean up code after r261658
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@261660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/ignore_lib4.cc')
-rw-r--r--test/tsan/ignore_lib4.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tsan/ignore_lib4.cc b/test/tsan/ignore_lib4.cc
index 3ee34f3fa..e50d90b3d 100644
--- a/test/tsan/ignore_lib4.cc
+++ b/test/tsan/ignore_lib4.cc
@@ -1,6 +1,7 @@
// RUN: %clangxx_tsan -O1 %s -DLIB -fPIC -shared -o %T/libignore_lib4.so
// RUN: %clangxx_tsan -O1 %s -o %t
-// RUN: %env_tsan_opts=suppressions='%s.supp' %run %t 2>&1 | FileCheck %s
+// RUN: echo "called_from_lib:libignore_lib4.so" > %t.supp
+// RUN: %env_tsan_opts=suppressions='%t.supp' %run %t 2>&1 | FileCheck %s
// Longjmp assembly has not been implemented for mips64 yet
// XFAIL: mips64