diff options
-rw-r--r-- | compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object_errors.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object_errors.cc b/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object_errors.cc index 2f2b927b826..2a6c7255177 100644 --- a/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object_errors.cc +++ b/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object_errors.cc @@ -1,5 +1,5 @@ // Test for incorrect use of __lsan_ignore_object(). -// RUN: LSAN_BASE="verbosity=1" +// RUN: LSAN_BASE="verbosity=2" // RUN: %clangxx_lsan %s -o %t // RUN: LSAN_OPTIONS=$LSAN_BASE %t 2>&1 | FileCheck %s |