summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cc')
-rw-r--r--compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cc b/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cc
index c81bcaed25a..d60dec08fb2 100644
--- a/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cc
+++ b/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cc
@@ -1,5 +1,5 @@
// Test that dynamically allocated TLS space is included in the root set.
-// RUN: LSAN_BASE="detect_leaks=1:report_objects=1:use_stacks=0:use_registers=0:use_ld_allocations=0"
+// RUN: LSAN_BASE="report_objects=1:use_stacks=0:use_registers=0:use_ld_allocations=0"
// RUN: %clangxx %s -DBUILD_DSO -fPIC -shared -o %t-so.so
// RUN: %clangxx_lsan %s -o %t
// RUN: %env_lsan_opts=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud