mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 12:13:43 +00:00
add tidy check for stray rustfix files
This commit is contained in:
parent
32303b219d
commit
6850a00bd0
@ -100,7 +100,7 @@ pub fn check(path: &Path, bad: &mut bool) {
|
||||
{
|
||||
tidy_error!(bad, "file {} has unexpected extension {}", file_path.display(), ext);
|
||||
}
|
||||
if ext == "stderr" || ext == "stdout" {
|
||||
if ext == "stderr" || ext == "stdout" || ext == "fixed" {
|
||||
// Test output filenames have one of the formats:
|
||||
// ```
|
||||
// $testname.stderr
|
||||
|
Loading…
Reference in New Issue
Block a user