summaryrefslogtreecommitdiff
path: root/src/test/run-make/many-crates-but-no-match/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/many-crates-but-no-match/Makefile')
-rw-r--r--src/test/run-make/many-crates-but-no-match/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/test/run-make/many-crates-but-no-match/Makefile b/src/test/run-make/many-crates-but-no-match/Makefile
index 239b689b526..0371dff1585 100644
--- a/src/test/run-make/many-crates-but-no-match/Makefile
+++ b/src/test/run-make/many-crates-but-no-match/Makefile
@@ -29,6 +29,5 @@ all:
$(RUSTC) -L $(A2) -L $(A3) crateC.rs >$(LOG) 2>&1 || true
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)
- grep "note: crate \`crateB\` path #1:" $(LOG)
+ grep "crate \`crateA\`:" $(LOG) # this will match two entries
+ grep "crate \`crateB\`:" $(LOG)