From: Chris Lattner Date: Thu, 30 Sep 2010 17:15:42 +0000 (+0000) Subject: generalize test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=84d7ffdede03c17b68fdbd8d9a98b9e67e004712;p=oota-llvm.git generalize test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115172 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/AsmParser/X86/x86_directives.s b/test/MC/AsmParser/X86/x86_directives.s new file mode 100644 index 00000000000..2950c8cd5f1 --- /dev/null +++ b/test/MC/AsmParser/X86/x86_directives.s @@ -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 index 2950c8cd5f1..00000000000 --- a/test/MC/AsmParser/X86/x86_word_directive.s +++ /dev/null @@ -1,6 +0,0 @@ -# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s - -# CHECK: TEST0: -# CHECK: .short 3 -TEST0: - .word 3