We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f2384 commit a004362Copy full SHA for a004362
1 file changed
test/unit/remap_path_prefix/integration_test.rs
@@ -19,8 +19,8 @@ fn test_backtrace() {
19
let mut check_next = false;
20
for line in stderr.split('\n') {
21
if check_next {
22
- if !line.contains("./test/unit/remap_path_prefix/panic_bin.rs:6:5") {
23
- panic!("Expected line to contain ./test/unit/remap_path_prefix/panic_bin.rs:6:5 but was {}", line);
+ if !line.contains("test/unit/remap_path_prefix/panic_bin.rs:6:5") {
+ panic!("Expected line to contain test/unit/remap_path_prefix/panic_bin.rs:6:5 but was {}", line);
24
}
25
return;
26
0 commit comments