Bump ui_test to 0.18.1
This commit is contained in:
parent
b97eaab558
commit
11d8e5595b
@ -27,7 +27,7 @@ tempfile = { version = "3.2", optional = true }
|
|||||||
termize = "0.1"
|
termize = "0.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ui_test = "0.17.0"
|
ui_test = "0.18.1"
|
||||||
tester = "0.9"
|
tester = "0.9"
|
||||||
regex = "1.5"
|
regex = "1.5"
|
||||||
toml = "0.7.3"
|
toml = "0.7.3"
|
||||||
|
@ -130,7 +130,9 @@ fn base_config(test_dir: &str) -> (Config, Args) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let mut config = Config {
|
let mut config = Config {
|
||||||
mode: Mode::Yolo { rustfix: true },
|
mode: Mode::Yolo {
|
||||||
|
rustfix: ui_test::RustfixMode::Everything,
|
||||||
|
},
|
||||||
stderr_filters: vec![(Match::PathBackslash, b"/")],
|
stderr_filters: vec![(Match::PathBackslash, b"/")],
|
||||||
stdout_filters: vec![],
|
stdout_filters: vec![],
|
||||||
output_conflict_handling: if bless {
|
output_conflict_handling: if bless {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user