X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fpacked_struct.ll;h=07666491b130d85d1d461026df8d942066914474;hb=27276437ae2169640633f9961620a8d0b19deb39;hp=ecf129fa09c538659ee79437f7744691e0d105d7;hpb=af6676df04acdeef0ab864307e5c586fe0e50ed0;p=oota-llvm.git diff --git a/test/Feature/packed_struct.ll b/test/Feature/packed_struct.ll old mode 100755 new mode 100644 index ecf129fa09c..07666491b13 --- 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 }>