summaryrefslogtreecommitdiff
path: root/test/tsan/dlclose.cc
diff options
context:
space:
mode:
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