aboutsummaryrefslogtreecommitdiffstats
path: root/test/Integer/packed_struct_bt.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 16:48:55 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 16:48:55 +0000
commitff0f877ca40f539203b46386f30019a823b660bb (patch)
treeb9c03ade68f101516aa42258ff66f7f8079128b3 /test/Integer/packed_struct_bt.ll
parent520b487984b5e0048b06dddaaf30439e3ba5b7ca (diff)
downloadexternal_llvm-ff0f877ca40f539203b46386f30019a823b660bb.zip
external_llvm-ff0f877ca40f539203b46386f30019a823b660bb.tar.gz
external_llvm-ff0f877ca40f539203b46386f30019a823b660bb.tar.bz2
For PR1319:
Changes necessary to run this with the "llvm.exp" version of llvm_runtest. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer/packed_struct_bt.ll')
-rw-r--r--test/Integer/packed_struct_bt.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/Integer/packed_struct_bt.ll b/test/Integer/packed_struct_bt.ll
index a2ccd1d..fa806f3 100644
--- a/test/Integer/packed_struct_bt.ll
+++ b/test/Integer/packed_struct_bt.ll
@@ -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