From: Chris Lattner Date: Sun, 14 Mar 2010 07:55:34 +0000 (+0000) Subject: xfail properly X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3b39f890069a37e67081b17f1e9c99a8654d11cf;p=oota-llvm.git xfail properly git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98479 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/MachO/Darwin/x86_32_diff_as.s b/test/MC/MachO/Darwin/x86_32_diff_as.s index b0b342ee26f..7fe75aae388 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