Try some alternative syntax.
[oota-llvm.git] / test / Feature / packed_struct.ll
index ecf129fa09c538659ee79437f7744691e0d105d7..5bf609b7772b7a538c5a77488f5343a26442f40c 100755 (executable)
@@ -2,7 +2,7 @@
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll
 ; RUN: not grep cast %t2.ll
-; RUN: grep '\<{' %t2.ll
+; RUN: grep {\<\{} %t2.ll
 ; END.
 
 %struct.anon = type <{ i8, i32, i32, i32 }>