aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-04-15-ConstantInitAssertion.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2003-04-15-ConstantInitAssertion.llx')
-rw-r--r--test/Assembler/2003-04-15-ConstantInitAssertion.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-04-15-ConstantInitAssertion.llx b/test/Assembler/2003-04-15-ConstantInitAssertion.llx
index b2c6f8a..58b8bca 100644
--- a/test/Assembler/2003-04-15-ConstantInitAssertion.llx
+++ b/test/Assembler/2003-04-15-ConstantInitAssertion.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s >/dev/null |& grep "Expected type 'i32' for element #0"
+; RUN: llvm-as < %s >/dev/null |& grep {Expected type 'i32' for element #0}
; Test the case of a misformed constant initializer
; This should cause an assembler error, not an assertion failure!
constant { i32 } { float 1.0 }