Bump ui_test to 0.18.1

This commit is contained in:
Oli Scherer 2023-08-30 07:49:17 +00:00
parent b97eaab558
commit 11d8e5595b
2 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,7 @@ tempfile = { version = "3.2", optional = true }
termize = "0.1"
[dev-dependencies]
ui_test = "0.17.0"
ui_test = "0.18.1"
tester = "0.9"
regex = "1.5"
toml = "0.7.3"

View File

@ -130,7 +130,9 @@ fn base_config(test_dir: &str) -> (Config, Args) {
};
let mut config = Config {
mode: Mode::Yolo { rustfix: true },
mode: Mode::Yolo {
rustfix: ui_test::RustfixMode::Everything,
},
stderr_filters: vec![(Match::PathBackslash, b"/")],
stdout_filters: vec![],
output_conflict_handling: if bless {