diff options
| author | Michael Baikov <manpacket@gmail.com> | 2024-03-22 11:20:55 -0400 |
|---|---|---|
| committer | Michael Baikov <manpacket@gmail.com> | 2024-03-22 11:27:34 -0400 |
| commit | b84326ec9caca0c8877bc58a85a8c7814ca6c052 (patch) | |
| tree | c39787359e7d5b47116c464842bb1fbec829bf14 | |
| parent | bf12aa49e71d6e444c34d7adb87647f36b7dde1a (diff) | |
| download | rust-b84326ec9caca0c8877bc58a85a8c7814ca6c052.tar.gz rust-b84326ec9caca0c8877bc58a85a8c7814ca6c052.zip | |
tests/ui: Add a directory for warnings, add a test
| -rw-r--r-- | src/tools/tidy/src/ui_tests.rs | 2 | ||||
| -rw-r--r-- | tests/ui/warnings/no-explicit-path-issue-122509.rs (renamed from tests/ui/issues/no-explicit-path-issue-122509.rs) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs index 22927cffd1b..015d0518a40 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -18,7 +18,7 @@ const ENTRY_LIMIT: usize = 900; // FIXME: The following limits should be reduced eventually. const ISSUES_ENTRY_LIMIT: usize = 1750; -const ROOT_ENTRY_LIMIT: usize = 859; +const ROOT_ENTRY_LIMIT: usize = 860; const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ "rs", // test source files diff --git a/tests/ui/issues/no-explicit-path-issue-122509.rs b/tests/ui/warnings/no-explicit-path-issue-122509.rs index 4e8eefde5da..4e8eefde5da 100644 --- a/tests/ui/issues/no-explicit-path-issue-122509.rs +++ b/tests/ui/warnings/no-explicit-path-issue-122509.rs |
