aboutsummaryrefslogtreecommitdiffstats
path: root/test/Integer/packed_struct_bt.ll
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-04-08 20:18:15 +0000
committerEli Bendersky <eliben@google.com>2013-04-08 20:18:15 +0000
commit5fcba11b232a88c514a64eeba7dcf9b1bcff01b0 (patch)
tree6ec8c6ce9028ee107404f9ac8e954f0c0ed2af96 /test/Integer/packed_struct_bt.ll
parent20680b045aea83b5f476a1d253b9262ff4d3f71b (diff)
downloadexternal_llvm-5fcba11b232a88c514a64eeba7dcf9b1bcff01b0.zip
external_llvm-5fcba11b232a88c514a64eeba7dcf9b1bcff01b0.tar.gz
external_llvm-5fcba11b232a88c514a64eeba7dcf9b1bcff01b0.tar.bz2
Rewrite test/Integer tests to use FileCheck instead of grep
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer/packed_struct_bt.ll')
-rw-r--r--test/Integer/packed_struct_bt.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Integer/packed_struct_bt.ll b/test/Integer/packed_struct_bt.ll
index 257c1c6..b8301ba 100644
--- a/test/Integer/packed_struct_bt.ll
+++ b/test/Integer/packed_struct_bt.ll
@@ -1,9 +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
-; END.
+; RUN: FileCheck %s --input-file=%t2.ll
+; CHECK-NOT: cast
+; CHECK: }>
%struct.anon = type <{ i8, i35, i35, i35 }>
@foos = external global %struct.anon