Fix the syntax for these tests. Noticed by Duncan Sands.
[oota-llvm.git] / test / Assembler / 2007-01-22-UpgradeMalformedStruct.ll
index 28c840c3b04c315778969a856a83fadf115134a4..1636b9d85d2cc7cb3da7c4ee50d4ad39c30711bf 100644 (file)
@@ -1,4 +1,4 @@
 ; Found by inspection of the code
-; RUN: llvm-upgrade 2>&1 < %s  > /dev/null | grep "Illegal number of init"
+; RUN: llvm-upgrade < %s  > /dev/null |& grep {Illegal number of init}
 
 global {} { int 7, float 1.0, int 7, int 8 }