diff options
author | Sergey Matveev <earthdok@google.com> | 2013-06-28 15:23:15 +0000 |
---|---|---|
committer | Sergey Matveev <earthdok@google.com> | 2013-06-28 15:23:15 +0000 |
commit | 202881d1fe3a580bbdecd0b62d7fd83ae9d1b534 (patch) | |
tree | a87e99e00bab02b56176abb0781a67362fc52aee /compiler-rt/lib/lsan | |
parent | b3fa575f7b3be7f44439a28845f26137c4253f0e (diff) | |
download | bcm5719-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.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 |