summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan
diff options
context:
space:
mode:
authorSergey Matveev <earthdok@google.com>2013-06-28 15:23:15 +0000
committerSergey Matveev <earthdok@google.com>2013-06-28 15:23:15 +0000
commit202881d1fe3a580bbdecd0b62d7fd83ae9d1b534 (patch)
treea87e99e00bab02b56176abb0781a67362fc52aee /compiler-rt/lib/lsan
parentb3fa575f7b3be7f44439a28845f26137c4253f0e (diff)
downloadbcm5719-llvm-202881d1fe3a580bbdecd0b62d7fd83ae9d1b534.tar.gz
bcm5719-llvm-202881d1fe3a580bbdecd0b62d7fd83ae9d1b534.zip
[lsan] Fix build again.
llvm-svn: 185157
Diffstat (limited to 'compiler-rt/lib/lsan')
-rw-r--r--compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object_errors.cc2
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
OpenPOWER on IntegriCloud