]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-make/many-crates-but-no-match/Makefile
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-make / many-crates-but-no-match / Makefile
index 0da4af34ef03d9ae30dd28a9200174f47f21ee55..239b689b52645b8a00fa63e798a4b13c67babc86 100644 (file)
@@ -27,7 +27,7 @@ all:
        mv $(TMPDIR)/$(call RLIB_GLOB,crateA) $(A3)
        # Ensure crateC fails to compile since A1 is "missing" and A2/A3 hashes do not match
        $(RUSTC) -L $(A2) -L $(A3) crateC.rs >$(LOG) 2>&1 || true
-       grep "error: found possibly newer version of crate \`crateA\` which \`crateB\` depends on" $(LOG)
+       grep "found possibly newer version of crate \`crateA\` which \`crateB\` depends on" $(LOG)
        grep "note: perhaps that crate needs to be recompiled?" $(LOG)
        grep "note: crate \`crateA\` path #1:" $(LOG)
        grep "note: crate \`crateA\` path #2:" $(LOG)