Skip to content

Commit 11d8e55

Browse files
committed
Bump ui_test to 0.18.1
1 parent b97eaab commit 11d8e55

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tempfile = { version = "3.2", optional = true }
2727
termize = "0.1"
2828

2929
[dev-dependencies]
30-
ui_test = "0.17.0"
30+
ui_test = "0.18.1"
3131
tester = "0.9"
3232
regex = "1.5"
3333
toml = "0.7.3"

tests/compile-test.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ fn base_config(test_dir: &str) -> (Config, Args) {
130130
};
131131

132132
let mut config = Config {
133-
mode: Mode::Yolo { rustfix: true },
133+
mode: Mode::Yolo {
134+
rustfix: ui_test::RustfixMode::Everything,
135+
},
134136
stderr_filters: vec![(Match::PathBackslash, b"/")],
135137
stdout_filters: vec![],
136138
output_conflict_handling: if bless {

0 commit comments

Comments
 (0)