Fix PR2434. When scanning for exising binary operator to reuse don't
[oota-llvm.git] / test / Feature / globalredefinition3.ll
index 9906c06dcfe248e2f80ea8ebea5549a3cc14cbff..bbac2e985aa2045e13ff81ecc2c75133d1efaf27 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: ignore 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.