summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-12-11 15:50:23 +0000
committerDan Gohman <gohman@apple.com>2007-12-11 15:50:23 +0000
commitb5828675679c0d36b64be22de64c7c4ec0d3f2be (patch)
tree2af839904e4fd354497b871ff937bbfa93ae2220 /llvm/test/Feature
parentcfed707c12b0691086796a4d32b752559554d4b3 (diff)
downloadbcm5719-llvm-b5828675679c0d36b64be22de64c7c4ec0d3f2be.tar.gz
bcm5719-llvm-b5828675679c0d36b64be22de64c7c4ec0d3f2be.zip
Use not instead of ignore when an exit status is expected to always
be non-zero. llvm-svn: 44866
Diffstat (limited to 'llvm/test/Feature')
-rw-r--r--llvm/test/Feature/globalredefinition3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Feature/globalredefinition3.ll b/llvm/test/Feature/globalredefinition3.ll
index 9906c06dcfe..d40d3e9056c 100644
--- a/llvm/test/Feature/globalredefinition3.ll
+++ b/llvm/test/Feature/globalredefinition3.ll
@@ -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.
OpenPOWER on IntegriCloud