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, 1 insertions, 1 deletions
diff --git a/test/tsan/dlclose.cc b/test/tsan/dlclose.cc
index d497fd704..6f0716d80 100644
--- a/test/tsan/dlclose.cc
+++ b/test/tsan/dlclose.cc
@@ -1,5 +1,5 @@
// 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
+// RUN: %clangxx_tsan -O1 %s %link_libcxx_tsan -o %t && %run %t 2>&1 | FileCheck %s
// Test case for
// https://github.com/google/sanitizers/issues/487