Skip to content

Commit b65e1dd

Browse files
committed
test(build-std): address overly-matched snapshot
Still trying to bisect what went wrong, but this should be fairly safe to merge. Failed on nightly-2025-03-18 but not nightly-2025-03-17 btw.
1 parent 68c26f6 commit b65e1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build-std/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fn basic() {
159159
.build_std_isolated()
160160
.target_host()
161161
.with_stderr_data(str![[r#"
162-
[COMPILING] rustc-std-workspace-std [..]
162+
[COMPILING] [..]
163163
...
164164
[COMPILING] test v0.0.0 ([..])
165165
[COMPILING] foo v0.0.1 ([ROOT]/foo)

0 commit comments

Comments
 (0)