xfail properly
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2010 07:55:34 +0000 (07:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2010 07:55:34 +0000 (07:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98479 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/MachO/Darwin/x86_32_diff_as.s

index b0b342ee26f0513d0245f02d5acbe6d28fc0622f..7fe75aae3880a7a6cdcb0c7376ccdfa28a80b090 100644 (file)
@@ -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