[SystemZ] Support large LLVM IR struct return values
[oota-llvm.git] / test / Assembler / 2003-05-21-MalformedStructCrash.ll
index 8d20e0703a44adcc677d99386356b5f7a3953c3c..44d3e234d731d42fd34280673628fcee17b6d2b0 100644 (file)
@@ -1,4 +1,5 @@
 ; Found by inspection of the code
-; RUN: not llvm-as < %s  > /dev/null |& grep {initializer with struct type has wrong # elements}
+; RUN: not llvm-as < %s  > /dev/null 2> %t
+; RUN: grep "initializer with struct type has wrong # elements" %t
 
 global {} { i32 7, float 1.0, i32 7, i32 8 }