generalize test.
authorChris Lattner <sabre@nondot.org>
Thu, 30 Sep 2010 17:15:42 +0000 (17:15 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 30 Sep 2010 17:15:42 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115172 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AsmParser/X86/x86_directives.s [new file with mode: 0644]
test/MC/AsmParser/X86/x86_word_directive.s [deleted file]

diff --git a/test/MC/AsmParser/X86/x86_directives.s b/test/MC/AsmParser/X86/x86_directives.s
new file mode 100644 (file)
index 0000000..2950c8c
--- /dev/null
@@ -0,0 +1,6 @@
+# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
+
+# CHECK: TEST0:
+# CHECK: .short 3
+TEST0:  
+        .word 3
diff --git a/test/MC/AsmParser/X86/x86_word_directive.s b/test/MC/AsmParser/X86/x86_word_directive.s
deleted file mode 100644 (file)
index 2950c8c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
-
-# CHECK: TEST0:
-# CHECK: .short 3
-TEST0:  
-        .word 3