Skip to content

Commit fb3b37b

Browse files
authored
test(build-std): address overly-matched snapshot (#15325)
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.
2 parents 68c26f6 + b65e1dd commit fb3b37b

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)