Skip to content

Commit 7ff7e34

Browse files
committed
Auto merge of #13627 - Muscraft:rename-lint-table-tests, r=epage
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.
2 parents 8bcecfe + 31c3052 commit 7ff7e34

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/testsuite/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ mod inheritable_workspace_fields;
107107
mod install;
108108
mod install_upgrade;
109109
mod jobserver;
110-
mod lints;
110+
mod lints_table;
111111
mod list_availables;
112112
mod local_registry;
113113
mod locate_project;

0 commit comments

Comments
 (0)