summaryrefslogtreecommitdiff
path: root/test/Assembler/2007-01-16-CrashOnBadCast2.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 15:00:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 15:00:39 +0000
commit3401c99889184fee77307889914299f283e23def (patch)
treec177b25038a25e9ef0aaecf8f396c5290154d206 /test/Assembler/2007-01-16-CrashOnBadCast2.ll
parent90b707f51e9dfc91eb23b4f964d8d760ee1c273f (diff)
downloadllvm-3401c99889184fee77307889914299f283e23def.tar.gz
llvm-3401c99889184fee77307889914299f283e23def.tar.bz2
llvm-3401c99889184fee77307889914299f283e23def.tar.xz
Fix the syntax for these tests. Noticed by Duncan Sands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2007-01-16-CrashOnBadCast2.ll')
-rw-r--r--test/Assembler/2007-01-16-CrashOnBadCast2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2007-01-16-CrashOnBadCast2.ll b/test/Assembler/2007-01-16-CrashOnBadCast2.ll
index c7716241c1..41b1708b8d 100644
--- a/test/Assembler/2007-01-16-CrashOnBadCast2.ll
+++ b/test/Assembler/2007-01-16-CrashOnBadCast2.ll
@@ -1,4 +1,4 @@
; PR1117
-; RUN: llvm-as < %s -o /dev/null -f |& grep "invalid cast opcode for cast from"
+; RUN: llvm-as < %s -o /dev/null -f |& grep {invalid cast opcode for cast from}
@X = constant i8* trunc (i64 0 to i8*)