this test isn't useful since we added @ notation for globals.
[oota-llvm.git] / test / Assembler / 2005-01-31-CallingAggregateFunction.ll
index c9252147fb38bc37e638e07d0599af7b921f6bbe..9fb805498cbb76f1ab91098ae74f44791c6c4c60 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: ignore llvm-as < %s -o /dev/null -f |& \
-; RUN:    grep "LLVM functions cannot return aggregate types"
+; RUN: not llvm-as < %s -o /dev/null -f |& \
+; RUN:    grep {LLVM functions cannot return aggregate types}
 
 define void @test() {
        call {} @foo()