summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object.cc')
-rw-r--r--compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object.cc b/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object.cc
index 46d83f5a0b2..43744e4add8 100644
--- a/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object.cc
+++ b/compiler-rt/lib/lsan/lit_tests/TestCases/ignore_object.cc
@@ -1,7 +1,7 @@
// Test for __lsan_ignore_object().
// RUN: LSAN_BASE="report_objects=1:use_registers=0:use_stacks=0:use_globals=0:use_tls=0:verbosity=3"
// RUN: %clangxx_lsan %s -o %t
-// RUN: LSAN_OPTIONS=$LSAN_BASE %t 2>&1 | FileCheck %s
+// RUN: LSAN_OPTIONS=$LSAN_BASE not %t 2>&1 | FileCheck %s
#include <stdio.h>
#include <stdlib.h>
OpenPOWER on IntegriCloud