Skip to content

Commit

Permalink
Update test name to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
giordan12 committed Jul 7, 2024
1 parent 9607833 commit ab11149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustfmt/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ fn rustfmt_emits_error_when_control_brace_style_is_always_next_line() {

#[nightly_only_test]
#[test]
fn rustfmt_generates_no_error() {
fn rustfmt_generates_no_error_if_failed_format_code_in_doc_comments() {
// See also https://github.com/rust-lang/rustfmt/issues/6109

let file = "tests/target/issue-6109.rs";
Expand Down

0 comments on commit ab11149

Please sign in to comment.