Skip to content

Commit

Permalink
add files to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanjaint21 authored and ytmimi committed Mar 16, 2024
1 parent ec8b50f commit 514b6d6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/rustfmt/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,14 @@ fn rustfmt_emits_error_on_line_overflow_true() {
#[test]
#[allow(non_snake_case)]
fn dont_emit_ICE() {
let files = ["tests/target/issue_5728.rs", "tests/target/issue_5729.rs", "tests/target/issue_6069.rs"];

let files = [
"tests/target/issue_5728.rs",
"tests/target/issue_5729.rs",
"tests/target/issue-5885.rs",
"tests/target/issue_6069.rs",
"tests/target/issue-6105.rs",
];

for file in files {
let args = [file];
let (_stdout, stderr) = rustfmt(&args);
Expand Down

0 comments on commit 514b6d6

Please sign in to comment.