diff options
| author | bors <bors@rust-lang.org> | 2023-06-08 21:06:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-06-08 21:06:43 +0000 |
| commit | 8b35c0bb0f833c0077dc57006eb317edde2a2d1e (patch) | |
| tree | 19dab7844688aba4712b872bde7894ac2c05a9d9 /src | |
| parent | a77659a1e1807ba567f513afe59115af2604dc30 (diff) | |
| parent | 7b8e8adad2553e30329e24f755bc95b6917e98a0 (diff) | |
| download | rust-8b35c0bb0f833c0077dc57006eb317edde2a2d1e.tar.gz rust-8b35c0bb0f833c0077dc57006eb317edde2a2d1e.zip | |
Auto merge of #112068 - WaffleLapkin:move-discrim-tests, r=compiler-errors
Move tests from `ui/discrim` dir It seems that we already have a `enum-discriminant` with more tests, so it makes sense to merge them.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/ui_tests.rs | 2 |
1 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 412c6e3120a..5c6a9487788 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -11,7 +11,7 @@ use std::path::{Path, PathBuf}; const ENTRY_LIMIT: usize = 900; // FIXME: The following limits should be reduced eventually. const ISSUES_ENTRY_LIMIT: usize = 1898; -const ROOT_ENTRY_LIMIT: usize = 871; +const ROOT_ENTRY_LIMIT: usize = 870; const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ "rs", // test source files |
