summaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-05-21-MalformedStructCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2003-05-21-MalformedStructCrash.ll')
-rw-r--r--test/Assembler/2003-05-21-MalformedStructCrash.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Assembler/2003-05-21-MalformedStructCrash.ll b/test/Assembler/2003-05-21-MalformedStructCrash.ll
index 8d20e070..44d3e23 100644
--- a/test/Assembler/2003-05-21-MalformedStructCrash.ll
+++ b/test/Assembler/2003-05-21-MalformedStructCrash.ll
@@ -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 }
OpenPOWER on IntegriCloud