We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc2fb4 commit 9569106Copy full SHA for 9569106
tests/bench.rs
@@ -242,10 +242,10 @@ fn cargo_bench_failing_test() {
242
[FINISHED] release [optimized] target(s) in [..]
243
[RUNNING] target[/]release[/]deps[/]foo-[..][EXE]
244
thread '[..]' panicked at 'assertion failed: \
245
- `(left == right)`", p.url()))
246
- .with_stderr_contains("left: `\"hello\"`")
247
- .with_stderr_contains("right: `\"nope\"`")
248
- .with_stderr_contains("src[/]foo.rs:14")
+ `(left == right)`[..]", p.url()))
+ .with_stderr_contains("[..]left: `\"hello\"`[..]")
+ .with_stderr_contains("[..]right: `\"nope\"`[..]")
+ .with_stderr_contains("[..]src[/]foo.rs:14")
249
.with_status(101));
250
}
251
0 commit comments