We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b7db6 commit 6a2e613Copy full SHA for 6a2e613
tests/bench.rs
@@ -187,7 +187,7 @@ test bench_hello ... ")
187
.with_stderr_contains(format!("\
188
[COMPILING] foo v0.5.0 ({})
189
[RUNNING] target[..]release[..]foo-[..]
190
-thread 'main' panicked at 'assertion failed: \
+thread '[..]' panicked at 'assertion failed: \
191
`(left == right)` (left: \
192
`\"hello\"`, right: `\"nope\"`)', src[..]foo.rs:14
193
[..]
tests/install.rs
@@ -715,7 +715,7 @@ fn reports_unsuccessful_subcommand_result() {
715
execs().with_status(0).with_stdout_contains(" fail\n"));
716
assert_that(cargo_process("fail"),
717
execs().with_status(101).with_stderr_contains("\
718
-thread 'main' panicked at 'explicit panic', [..]
+thread '[..]' panicked at 'explicit panic', [..]
719
"));
720
}
721
0 commit comments