Don't emit a directory entry for the value in DW_AT_comp_dir, that is always
[oota-llvm.git] / test / Integer / packed_struct_bt.ll
index abd303527fd2173e7e0ab537b2fd03c86318de79..a4d01e7d84b5c58cc31748f8533d0c130c6fc666 100644 (file)
@@ -1,8 +1,9 @@
 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
 ; 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: diff %t1.ll %t2.ll
+; RUN: not grep cast %t2.ll
+; RUN: grep {\\}>} %t2.ll
+; END.
 
 %struct.anon = type <{ i8, i35, i35, i35 }>
 @foos = external global %struct.anon 
@@ -12,7 +13,6 @@
 @E1 = global <{i8, i35, i35}> <{i8 1, i35 2, i35 3}>
 @E2 = global {i8, i35, i35} {i8 4, i35 5, i35 6}
 
-implementation   ; Functions:
 
 define i35 @main() 
 {