Skip to content

Commit

Permalink
Mehh
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Oct 7, 2023
1 parent 095703f commit d4d6a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/uitest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn main() -> color_eyre::Result<()> {

config.filter(r"\\/", "/");
config.filter(r"\\\\", "/");
config.filter(r"tests/ui\\\\", "/");
config.filter(r"almost_complete_range", "XXXX");

run_tests_generic(
vec![config],
Expand Down

0 comments on commit d4d6a91

Please sign in to comment.