Skip to content

Commit 693d49c

Browse files
committed
Auto merge of #14282 - linyihai:fix-test, r=epage
test: Fix some test based on rustc version ### What does this PR try to resolve? Some test ouput specifies the latest rustc version and will failed when the rustc version get updated ### How should we test and review this PR? ### Additional information
2 parents 631b877 + 68e91be commit 693d49c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/testsuite/build.rs

-1
Original file line numberDiff line numberDiff line change
@@ -6419,7 +6419,6 @@ fn pipelining_big_graph() {
64196419
.with_stderr_data(
64206420
str![[r#"
64216421
[LOCKING] 61 packages to latest compatible versions
6422-
[COMPILING] b30 v0.5.0 ([ROOT]/foo/b30)
64236422
[COMPILING] a30 v0.5.0 ([ROOT]/foo/a30)
64246423
[ERROR] don't actually build me
64256424
...

tests/testsuite/lints/implicit_features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ unused_optional_dependency = "allow"
127127
.masquerade_as_nightly_cargo(&["cargo-lints", "edition2024"])
128128
.with_stderr_data(str![[r#"
129129
[UPDATING] `dummy-registry` index
130-
[LOCKING] 2 packages to latest Rust 1.81.0-nightly compatible versions
130+
[LOCKING] 2 packages to latest Rust [..] compatible versions
131131
[CHECKING] foo v0.1.0 ([ROOT]/foo)
132132
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
133133

0 commit comments

Comments
 (0)