Skip to content

Commit af2bb8b

Browse files
Make ui test annotations mandatory
1 parent 706c48b commit af2bb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile-test.rs

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

132132
let mut config = Config {
133-
mode: Mode::Yolo { rustfix: true },
133+
mode: Mode::Fail { rustfix: true, require_patterns: true },
134134
stderr_filters: vec![(Match::PathBackslash, b"/")],
135135
stdout_filters: vec![],
136136
output_conflict_handling: if bless {

0 commit comments

Comments
 (0)