Changes in directory llvm/test/Integer:

packed_struct_bt.ll updated: 1.4 -> 1.5
---
Log message:

Fix syntax.


---
Diffs of the changes:  (+1 -1)

 packed_struct_bt.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Integer/packed_struct_bt.ll
diff -u llvm/test/Integer/packed_struct_bt.ll:1.4 
llvm/test/Integer/packed_struct_bt.ll:1.5
--- llvm/test/Integer/packed_struct_bt.ll:1.4   Sat Apr 14 11:48:55 2007
+++ llvm/test/Integer/packed_struct_bt.ll       Sat Apr 14 17:32:58 2007
@@ -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, i35, i35, i35 }>



_______________________________________________
llvm-commits mailing list
[EMAIL PROTECTED]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to