From: Daniel Dunbar Date: Sun, 9 Aug 2009 07:35:56 +0000 (+0000) Subject: Disable this test for now, we don't check for super classes when matching yet. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a62b02a7ef93d1fd4e09842c43074b88f559819a;p=oota-llvm.git Disable this test for now, we don't check for super classes when matching yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78531 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/AsmParser/hello.s b/test/MC/AsmParser/hello.s index ace86174b6f..b60da0d37bc 100644 --- a/test/MC/AsmParser/hello.s +++ b/test/MC/AsmParser/hello.s @@ -1,5 +1,6 @@ // RUN: llvm-mc -triple i386-unknown-unknown %s -o - - +// XFAIL: * + .text .align 4,0x90 .globl _main