Use not instead of ignore when an exit status is expected to always

be non-zero.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44866 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2007-12-11 15:50:23 +00:00
parent 131c60ab9c
commit 83935ac59d
7 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
; RUN: ignore llvm-as < %s -o /dev/null -f |& grep \
; RUN: not llvm-as < %s -o /dev/null -f |& grep \
; RUN: "Redefinition of global variable named 'B'"
; END.