Skip to content

Commit

Permalink
Auto merge of #13627 - Muscraft:rename-lint-table-tests, r=epage
Browse files Browse the repository at this point in the history
refactor(testsuite): Rename lints to lints_table

In preparation for a linting system for cargo, we need a place to put the tests for new lints. Since they would be UI tests, it would make sense to place them in `tests/testsuite/lints/<lint name>`, but tests for `[lints]` are in `tests/testsuite/lints.rs`. To get around this, I am renaming `lints.rs` to `lints_table.rs` so they do not get confused.
  • Loading branch information
bors committed Mar 22, 2024
2 parents 8bcecfe + 31c3052 commit 7ff7e34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/testsuite/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ mod inheritable_workspace_fields;
mod install;
mod install_upgrade;
mod jobserver;
mod lints;
mod lints_table;
mod list_availables;
mod local_registry;
mod locate_project;
Expand Down

0 comments on commit 7ff7e34

Please sign in to comment.