From f502fd75ab60d18bd7bc942fe486214898b6224e Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Wed, 7 Aug 2013 10:41:49 +0000 Subject: ASan: fix one more test case for pipefail llvm-svn: 187881 --- .../lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler-rt/lib') diff --git a/compiler-rt/lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc b/compiler-rt/lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc index bc21797f952..d5f6c7c12e6 100644 --- a/compiler-rt/lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc +++ b/compiler-rt/lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc @@ -3,7 +3,7 @@ #include // RUN: %clangxx_asan %s -o %t -// RUN: %t 2>&1 | FileCheck %s +// RUN: not %t 2>&1 | FileCheck %s void *pwn(malloc_zone_t *unused_zone, size_t unused_size) { -- cgit v1.2.1