Skip to content

Commit 2c4f3e4

Browse files
committed
test(rustfix): change test multiple-solutions from nightly to stable
1 parent a2e42dc commit 2c4f3e4

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

crates/rustfix/tests/parse_and_replace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ run_test! {dedup_suggestions, "dedup-suggestions.rs"}
185185
run_test! {E0178, "E0178.rs"}
186186
run_test! {handle_insert_only, "handle-insert-only.rs"}
187187
run_test! {lt_generic_comp, "lt-generic-comp.rs"}
188-
run_test! {multiple_solutions, "multiple-solutions.nightly.rs"}
188+
run_test! {multiple_solutions, "multiple-solutions.rs"}
189189
run_test! {replace_only_one_char, "replace-only-one-char.rs"}
190190
run_test! {str_lit_type_mismatch, "str-lit-type-mismatch.rs"}
191191
run_test! {use_insert, "use-insert.rs"}

0 commit comments

Comments
 (0)