Skip to content

Commit 71fcefe

Browse files
committed
Remove filter, hoping the Windows filter now matches
1 parent e141740 commit 71fcefe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,6 @@ mod tests {
437437
settings.add_filter(r" */tmp/\.tmp\S+", "[TEMP_FILE]");
438438
// Windows Temp folder
439439
settings.add_filter(r" *\[…\].*\\Local\\Temp\\\S+", "[TEMP_FILE]");
440-
// Convert Windows paths to Unix paths
441-
settings.add_filter(r"\\\\?([\w\d.])", "/$1");
442440
let _bound = settings.bind_to_scope();
443441
}
444442
}

0 commit comments

Comments
 (0)