diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-14 07:55:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-14 07:55:34 +0000 |
commit | 0da9841b56f5a05bc13b0650d0f491dd3920dc2e (patch) | |
tree | f9dbd48caf5f853085cbd262db8cf3d6cc57a0bb /test/MC | |
parent | e71efe3e3cb30b10dc266abe9cd445f26ad8a402 (diff) | |
download | external_llvm-0da9841b56f5a05bc13b0650d0f491dd3920dc2e.zip external_llvm-0da9841b56f5a05bc13b0650d0f491dd3920dc2e.tar.gz external_llvm-0da9841b56f5a05bc13b0650d0f491dd3920dc2e.tar.bz2 |
xfail properly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/MachO/Darwin/x86_32_diff_as.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/MachO/Darwin/x86_32_diff_as.s b/test/MC/MachO/Darwin/x86_32_diff_as.s index b0b342e..7fe75aa 100644 --- a/test/MC/MachO/Darwin/x86_32_diff_as.s +++ b/test/MC/MachO/Darwin/x86_32_diff_as.s @@ -1,7 +1,7 @@ // Validate that we can assemble this file exactly like the platform // assembler. // -// RUN: XFAIL: * +// XFAIL: * // RUN: llvm-mc -filetype=obj -triple i386-unknown-unknown -o %t.mc.o %s // RUN: as -arch i386 -o %t.as.o %s // RUN: diff %t.mc.o %t.as.o |