Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests...
[oota-llvm.git] / test / Assembler / 2007-08-06-AliasInvalid.ll
index 0711e037a6743d6b04e5a47172ceb388e70bcea7..b54acec1c94b554952debe31e0d2e9e78d1d9e53 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s > /dev/null |& grep {Invalid type for reference to global}
+; RUN: not llvm-as < %s > /dev/null |& grep {Invalid type for reference to global}
 ; PR1577
 
 @anInt = global i32 1 alias i32 @anAlias