X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fpacked_struct.ll;h=4d4ace9534d6bd303cd74c3983c23e0133a10218;hb=f6fc855a00b57786a7a9132095165575a5e45312;hp=5bf609b7772b7a538c5a77488f5343a26442f40c;hpb=63491b2e15f28622e9aa8fec8752ec63a7da79e2;p=oota-llvm.git diff --git a/test/Feature/packed_struct.ll b/test/Feature/packed_struct.ll index 5bf609b7772..4d4ace9534d 100644 --- a/test/Feature/packed_struct.ll +++ b/test/Feature/packed_struct.ll @@ -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 }>