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
This commit is contained in:
Reid Spencer
2007-04-16 15:00:39 +00:00
parent 90b707f51e
commit 3401c99889
17 changed files with 20 additions and 18 deletions

View File

@@ -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*)