Skip to content

Commit c76bd1d

Browse files
authored
add files to test
1 parent 8a83ad9 commit c76bd1d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tests/rustfmt/main.rs

+8-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,14 @@ fn rustfmt_emits_error_on_line_overflow_true() {
176176
#[test]
177177
#[allow(non_snake_case)]
178178
fn dont_emit_ICE() {
179-
let files = ["tests/target/issue_5728.rs", "tests/target/issue_5729.rs", "tests/target/issue_6069.rs"];
180-
179+
let files = [
180+
"tests/target/issue_5728.rs",
181+
"tests/target/issue_5729.rs",
182+
"tests/target/issue-5885.rs",
183+
"tests/target/issue_6069.rs",
184+
"tests/target/issue-6105.rs",
185+
];
186+
181187
for file in files {
182188
let args = [file];
183189
let (_stdout, stderr) = rustfmt(&args);

0 commit comments

Comments
 (0)