aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-14 07:55:34 +0000
committerChris Lattner <sabre@nondot.org>2010-03-14 07:55:34 +0000
commit0da9841b56f5a05bc13b0650d0f491dd3920dc2e (patch)
treef9dbd48caf5f853085cbd262db8cf3d6cc57a0bb
parente71efe3e3cb30b10dc266abe9cd445f26ad8a402 (diff)
downloadexternal_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
-rw-r--r--test/MC/MachO/Darwin/x86_32_diff_as.s2
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