From: Devang Patel Date: Wed, 20 Feb 2008 23:10:42 +0000 (+0000) Subject: XFAIL for now. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ad9153ed25df93344976e04637903c369ea36b04;p=oota-llvm.git XFAIL for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47411 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/test/Assembler/2005-01-31-CallingAggregateFunction.ll index 997bbfad7a5..ebe2ee9e76e 100644 --- a/test/Assembler/2005-01-31-CallingAggregateFunction.ll +++ b/test/Assembler/2005-01-31-CallingAggregateFunction.ll @@ -1,4 +1,5 @@ -; RUN: not llvm-as < %s -o /dev/null -f +; RUN: llvm-as < %s -o /dev/null -f +; XFAIL: * define void @test() { call {} @foo()