xfail properly

llvm-svn: 98479
This commit is contained in:
Chris Lattner 2010-03-14 07:55:34 +00:00
parent 45aceed227
commit c90ed01cf3

View 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