Skip to content

Commit 58ff5ef

Browse files
committed
test(build-std): relax the thread name assertion
rust-lang/rust#115746 changed to print thread ID, so we update accordingly.
1 parent 045a797 commit 58ff5ef

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)