Skip to content

Commit a004362

Browse files
committed
debug
1 parent 46f2384 commit a004362

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/unit/remap_path_prefix/integration_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ fn test_backtrace() {
1919
let mut check_next = false;
2020
for line in stderr.split('\n') {
2121
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);
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);
2424
}
2525
return;
2626
}

0 commit comments

Comments
 (0)