From 202881d1fe3a580bbdecd0b62d7fd83ae9d1b534 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 28 Jun 2013 15:23:15 +0000 Subject: [PATCH] [lsan] Fix build again. llvm-svn: 185157 --- compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object_errors.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2f2b927..2a6c725 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 -- 2.7.4