Add an explicit triple to the big-endian tests so that the assembly
[oota-llvm.git] / test / Assembler / 2005-01-31-CallingAggregateFunction.ll
index c9252147fb38bc37e638e07d0599af7b921f6bbe..366bd7326d310739ebf840f95f37d084919fce7f 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: ignore llvm-as < %s -o /dev/null -f |& \
-; RUN:    grep "LLVM functions cannot return aggregate types"
+; RUN:    grep {LLVM functions cannot return aggregate types}
 
 define void @test() {
        call {} @foo()