Fix PR2434. When scanning for exising binary operator to reuse don't
[oota-llvm.git] / test / Feature / globalredefinition3.ll
index d40d3e9056c9370cbb07d5e89ffbb31912b51618..bbac2e985aa2045e13ff81ecc2c75133d1efaf27 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llvm-as %s -o /dev/null -f |& grep \
+; RUN: not llvm-as %s -o /dev/null -f |& grep \
 ; RUN:   "Redefinition of global variable named 'B'"
 ; END.