aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2007-01-16-CrashOnBadCast.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-11-28 04:57:00 +0000
committerTanya Lattner <tonic@nondot.org>2007-11-28 04:57:00 +0000
commit727842e9d76680a49616083fed0e812ae209aff8 (patch)
tree022ce83bac251c30f6439d30d8e2c2098e689943 /test/Assembler/2007-01-16-CrashOnBadCast.ll
parentcada245d06959831b90f8c29f92e77beda4b71cb (diff)
downloadexternal_llvm-727842e9d76680a49616083fed0e812ae209aff8.zip
external_llvm-727842e9d76680a49616083fed0e812ae209aff8.tar.gz
external_llvm-727842e9d76680a49616083fed0e812ae209aff8.tar.bz2
Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines.
XFAILed 3 arm regressions (will file bugs) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44389 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2007-01-16-CrashOnBadCast.ll')
-rw-r--r--test/Assembler/2007-01-16-CrashOnBadCast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2007-01-16-CrashOnBadCast.ll b/test/Assembler/2007-01-16-CrashOnBadCast.ll
index 20c9383..e2bb59e 100644
--- a/test/Assembler/2007-01-16-CrashOnBadCast.ll
+++ b/test/Assembler/2007-01-16-CrashOnBadCast.ll
@@ -1,5 +1,5 @@
; PR1117
-; RUN: llvm-as < %s -o /dev/null -f |& grep {invalid cast opcode for cast from}
+; RUN: not llvm-as < %s -o /dev/null -f |& grep {invalid cast opcode for cast from}
define i8* @nada(i64 %X) {
%result = trunc i64 %X to i8*