diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s b/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s index 1fcd1f02280..8914cb88b96 100644 --- a/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s +++ b/llvm/test/MC/AsmParser/X86/x86_32-bit_cat.s @@ -3,9 +3,8 @@ // will not yet encode correctly. The subset that will encode correctly are in // the file x86_32-bit.s . -// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s - -// XFAIL: * +// RUN: true +// llvm-mc -triple i386-unknown-unknown %s | FileCheck %s // CHECK: movb $127, 3735928559(%ebx,%ecx,8) movb $0x7f,0xdeadbeef(%ebx,%ecx,8) |