summaryrefslogtreecommitdiff
path: root/test/tsan/libcxx/std_shared_ptr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/libcxx/std_shared_ptr.cc')
-rw-r--r--test/tsan/libcxx/std_shared_ptr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/libcxx/std_shared_ptr.cc b/test/tsan/libcxx/std_shared_ptr.cc
index 191a17cc7..e8e168a68 100644
--- a/test/tsan/libcxx/std_shared_ptr.cc
+++ b/test/tsan/libcxx/std_shared_ptr.cc
@@ -1,4 +1,4 @@
-// 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
#include <stdio.h>
#include <memory>
#include <thread>