summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/lsan/TestCases/ignore_object_errors.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/lsan/TestCases/ignore_object_errors.cc')
-rw-r--r--compiler-rt/test/lsan/TestCases/ignore_object_errors.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler-rt/test/lsan/TestCases/ignore_object_errors.cc b/compiler-rt/test/lsan/TestCases/ignore_object_errors.cc
index 39b9b0288bb..41603274a30 100644
--- a/compiler-rt/test/lsan/TestCases/ignore_object_errors.cc
+++ b/compiler-rt/test/lsan/TestCases/ignore_object_errors.cc
@@ -1,5 +1,4 @@
// Test for incorrect use of __lsan_ignore_object().
-// RUN: LSAN_BASE="verbosity=2"
// RUN: %clangxx_lsan %s -o %t
// RUN: LSAN_OPTIONS=$LSAN_BASE %run %t 2>&1 | FileCheck %s
@@ -18,5 +17,4 @@ int main() {
return 0;
}
// CHECK: Test alloc: [[ADDR:.*]].
-// CHECK: heap object at [[ADDR]] is already being ignored
-// CHECK: no heap object found at [[ADDR]]
+// CHECK-NOT: SUMMARY: {{.*}} leaked
OpenPOWER on IntegriCloud