summaryrefslogtreecommitdiff
path: root/test/tsan/dlclose.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-12-07 19:40:33 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-12-07 19:40:33 +0000
commit457dd92a5eb74f8a075f9470016ea473045cfaa8 (patch)
treeb56ef6559e2610e093eea7a4fa66c97723feb045 /test/tsan/dlclose.cc
parentbf6d403d5555eaca5939734f490b10e5cc075639 (diff)
downloadcompiler-rt-457dd92a5eb74f8a075f9470016ea473045cfaa8.tar.gz
[TSan] Delete legacy test_output.sh script.
This script is superseded by lit test suite integrated into CMake for quite a while now. It doesn't support many tests, and require custom hacks for a few other. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@254932 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/dlclose.cc')
-rw-r--r--test/tsan/dlclose.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tsan/dlclose.cc b/test/tsan/dlclose.cc
index a930b91ee..d497fd704 100644
--- a/test/tsan/dlclose.cc
+++ b/test/tsan/dlclose.cc
@@ -1,8 +1,6 @@
// RUN: %clangxx_tsan -O1 %s -DBUILD_SO -fPIC -shared -o %t-so.so
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
-// If we mention TSAN_OPTIONS, the test won't run from test_output.sh script.
-
// Test case for
// https://github.com/google/sanitizers/issues/487