[compiler-rt] r187881 - ASan: fix one more test case for pipefail

Alexey Samsonov samsonov at google.com
Wed Aug 7 03:41:50 PDT 2013


Author: samsonov
Date: Wed Aug  7 05:41:49 2013
New Revision: 187881

URL: http://llvm.org/viewvc/llvm-project?rev=187881&view=rev
Log:
ASan: fix one more test case for pipefail

Modified:
    compiler-rt/trunk/lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc

Modified: compiler-rt/trunk/lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc?rev=187881&r1=187880&r2=187881&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc (original)
+++ compiler-rt/trunk/lib/asan/lit_tests/TestCases/Darwin/malloc_zone-protected.cc Wed Aug  7 05:41:49 2013
@@ -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) {





More information about the llvm-commits mailing list