aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/assignment.s
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-08 20:50:34 +0000
committerChris Lattner <sabre@nondot.org>2009-07-08 20:50:34 +0000
commitd0110a5a980f7d4900bcfda781fbea10d2e178e8 (patch)
treedb412973e0b3a18c94b6340b1ef0d461e64f2b6f /test/MC/AsmParser/assignment.s
parent25b24d3ddd401d822601139940b7ea1de4ab3169 (diff)
downloadexternal_llvm-d0110a5a980f7d4900bcfda781fbea10d2e178e8.zip
external_llvm-d0110a5a980f7d4900bcfda781fbea10d2e178e8.tar.gz
external_llvm-d0110a5a980f7d4900bcfda781fbea10d2e178e8.tar.bz2
Switch all the MC tests to use FileCheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/AsmParser/assignment.s')
-rw-r--r--test/MC/AsmParser/assignment.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/AsmParser/assignment.s b/test/MC/AsmParser/assignment.s
index 8e6ff34..4e6916a 100644
--- a/test/MC/AsmParser/assignment.s
+++ b/test/MC/AsmParser/assignment.s
@@ -1,7 +1,7 @@
-# RUN: llvm-mc %s > %t
+# RUN: llvm-mc %s | FileCheck %s
-# RUN: grep -A 2 TEST0 %t > %t2
-# RUN: grep "a = 0" %t2
+# CHECK: TEST0:
+# CHECK: a = 0
TEST0:
a = 0
\ No newline at end of file