Skip to content

Commit 8c6cdff

Browse files
authored
test(build-std): relax the thread name assertion (#15822)
rust-lang/rust#115746 changed to print thread ID, so we update accordingly. See <https://github.com/rust-lang/cargo/actions/runs/16839675728/job/47707652618?pr=15821>
2 parents 045a797 + 58ff5ef commit 8c6cdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build-std/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ fn remap_path_scope() {
375375
[FINISHED] `release` profile [optimized + debuginfo] target(s) in [ELAPSED]s
376376
[RUNNING] `target/[HOST_TARGET]/release/foo`
377377
...
378-
[..]thread '[..]' panicked at [..]src/main.rs:3:[..]:
378+
[..]thread [..] panicked at [..]src/main.rs:3:[..]:
379379
[..]remap to /rustc/<hash>[..]
380380
[..]at /rustc/[..]/library/std/src/[..]
381381
[..]at ./src/main.rs:3:[..]

0 commit comments

Comments
 (0)