[lsan] Fix build again.

llvm-svn: 185157
This commit is contained in:
Sergey Matveev 2013-06-28 15:23:15 +00:00
parent b3fa575f7b
commit 202881d1fe
1 changed files with 1 additions and 1 deletions

View File

@ -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