aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/packed_struct.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-14 16:40:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-14 16:40:08 +0000
commitaf6676df04acdeef0ab864307e5c586fe0e50ed0 (patch)
tree425067d4321eb7f1e5f735087f220913067f498d /test/Feature/packed_struct.ll
parent2b88e5ecab2688d52c2b16c27ee5d48eb368fe6e (diff)
downloadexternal_llvm-af6676df04acdeef0ab864307e5c586fe0e50ed0.zip
external_llvm-af6676df04acdeef0ab864307e5c586fe0e50ed0.tar.gz
external_llvm-af6676df04acdeef0ab864307e5c586fe0e50ed0.tar.bz2
For PR1319:
Changes necessary for conversion of this directory to run the tests under the llvm.exp version of llvm_runtest git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/packed_struct.ll')
-rwxr-xr-xtest/Feature/packed_struct.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/Feature/packed_struct.ll b/test/Feature/packed_struct.ll
index b6934d4..ecf129f 100755
--- a/test/Feature/packed_struct.ll
+++ b/test/Feature/packed_struct.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, i32, i32, i32 }>
@foos = external global %struct.anon