Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests...
[oota-llvm.git] / test / Assembler / 2003-11-24-SymbolTableCrash.llx
index 9557d291d33f4bce3bebc70f31a3bf3201c107b0..4b2cbdcc037624b269ed57277949acbc0fd16ed2 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s |& not grep Asserti
-; RUN: llvm-as < %s |& grep Redefinition
+; RUN: not llvm-as < %s |& not grep Asserti
+; RUN: not llvm-as < %s |& grep Redefinition
 
 define void @test() {
        %tmp.1 = add i32 0, 1