diff options
-rw-r--r-- | test/Assembler/2005-01-31-CallingAggregateFunction.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/test/Assembler/2005-01-31-CallingAggregateFunction.ll index 9fb805498c..997bbfad7a 100644 --- a/test/Assembler/2005-01-31-CallingAggregateFunction.ll +++ b/test/Assembler/2005-01-31-CallingAggregateFunction.ll @@ -1,5 +1,4 @@ -; RUN: not llvm-as < %s -o /dev/null -f |& \ -; RUN: grep {LLVM functions cannot return aggregate types} +; RUN: not llvm-as < %s -o /dev/null -f define void @test() { call {} @foo() |