diff options
author | Alexey Samsonov <samsonov@google.com> | 2013-08-07 10:41:49 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2013-08-07 10:41:49 +0000 |
commit | f502fd75ab60d18bd7bc942fe486214898b6224e (patch) | |
tree | 61fb0534bfc6107dab9345cf1f009b8ff66e7062 /compiler-rt/lib | |
parent | 6a4976d3e0e95d1efd0cbf447fb3bf026b0de5c0 (diff) | |
download | bcm5719-llvm-f502fd75ab60d18bd7bc942fe486214898b6224e.tar.gz bcm5719-llvm-f502fd75ab60d18bd7bc942fe486214898b6224e.zip |
ASan: fix one more test case for pipefail
llvm-svn: 187881
Diffstat (limited to 'compiler-rt/lib')
-rw-r--r-- | compiler-rt/lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> // 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) { |