Convert all tests using TCL-style quoting to use shell-style quoting.
[oota-llvm.git] / test / Verifier / 2006-10-15-AddrLabel.ll
index 0b73b47893c5845ef5022585ba542973fd4a8e6d..c8fedb5f195db871a1df442b3acb45273b75c173 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: not llvm-as < %s > /dev/null |& grep {basic block pointers are invalid}
+; RUN: not llvm-as < %s > /dev/null 2> %t
+; RUN: grep "basic block pointers are invalid" %t
 
 define i32 @main() {
          %foo  = call i8* %llvm.stacksave()