Skip to content

Commit

Permalink
Fix assert! message
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed May 25, 2022
1 parent ebdd925 commit 534fc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compile-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ fn check_rustfix_coverage() {
.binary_search_by_key(&filename, Path::new)
.is_ok(),
"`{}` runs `MachineApplicable` diagnostics but is missing a `run-rustfix` annotation. \
Please either add `// run-rustfix` at the top of file or add the file to \
`RUSTFIX_COVERAGE_KNOWN_EXCEPTIONS`.",
Please either add `// run-rustfix` at the top of the file or add the file to \
`RUSTFIX_COVERAGE_KNOWN_EXCEPTIONS` in `tests/compile-test.rs`.",
rs_path,
);
}
Expand Down

0 comments on commit 534fc5d

Please sign in to comment.