summaryrefslogtreecommitdiff
path: root/test/lsan/TestCases/high_allocator_contention.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsan/TestCases/high_allocator_contention.cc')
-rw-r--r--test/lsan/TestCases/high_allocator_contention.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/TestCases/high_allocator_contention.cc b/test/lsan/TestCases/high_allocator_contention.cc
index f423fd48c..322e61bde 100644
--- a/test/lsan/TestCases/high_allocator_contention.cc
+++ b/test/lsan/TestCases/high_allocator_contention.cc
@@ -1,6 +1,6 @@
// A benchmark that executes malloc/free pairs in parallel.
// Usage: ./a.out number_of_threads total_number_of_allocations
-// RUN: LSAN_BASE="use_ld_allocations=0"
+// RUN: LSAN_BASE="detect_leaks=1:use_ld_allocations=0"
// RUN: %clangxx_lsan %s -o %t
// RUN: LSAN_OPTIONS=$LSAN_BASE %run %t 5 1000000 2>&1
#include <assert.h>