summaryrefslogtreecommitdiff
path: root/test/lsan/TestCases/many_tls_keys_thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsan/TestCases/many_tls_keys_thread.cpp')
-rw-r--r--test/lsan/TestCases/many_tls_keys_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/TestCases/many_tls_keys_thread.cpp b/test/lsan/TestCases/many_tls_keys_thread.cpp
index 7e7196fc1..cdba0d178 100644
--- a/test/lsan/TestCases/many_tls_keys_thread.cpp
+++ b/test/lsan/TestCases/many_tls_keys_thread.cpp
@@ -1,6 +1,6 @@
// Test that lsan handles tls correctly for many threads
// RUN: LSAN_BASE="report_objects=1:use_stacks=0:use_registers=0"
-// RUN: %clangxx_lsan %s -DUSE_THREAD -o %t
+// RUN: %clangxx_lsan %s -o %t
// RUN: %env_lsan_opts=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s
// RUN: %env_lsan_opts=$LSAN_BASE:"use_tls=1" %run %t 2>&1
// RUN: %env_lsan_opts="" %run %t 2>&1