From: Reid Spencer Date: Sat, 13 Jan 2007 00:28:36 +0000 (+0000) Subject: Whoops. Give this test some input. Doubly important since its XFAIL. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f947e9249606599a1e95bff7d8d3e4e4cf420037;p=oota-llvm.git Whoops. Give this test some input. Doubly important since its XFAIL. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33173 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/CBackend/2003-10-23-ZeroArgVarargs.ll b/test/CodeGen/CBackend/2003-10-23-ZeroArgVarargs.ll index a5e3540fb9f..d09236cb3db 100644 --- a/test/CodeGen/CBackend/2003-10-23-ZeroArgVarargs.ll +++ b/test/CodeGen/CBackend/2003-10-23-ZeroArgVarargs.ll @@ -1,5 +1,5 @@ ; XFAIL: * -; RUN: llvm-as | llc -march=c +; RUN: llvm-as < %s | llc -march=c declare i8* %llvm.va_start()