diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-05-28 09:26:40 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-06-04 15:33:20 +0000 |
| commit | 7894a1148371e4d0fa665c183615a76f9e2ec656 (patch) | |
| tree | 401b3a08c6603d4d8cc76beab6f055157cb213ed /src | |
| parent | 7d151fa3b015ad1dbac18933c58db3413a964534 (diff) | |
| download | rust-7894a1148371e4d0fa665c183615a76f9e2ec656.tar.gz rust-7894a1148371e4d0fa665c183615a76f9e2ec656.zip | |
Move tests to a more appropriate directory
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 37ce335c9a3..f2eeda339d8 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -15,7 +15,7 @@ use std::path::{Path, PathBuf}; const ENTRY_LIMIT: u32 = 900; // FIXME: The following limits should be reduced eventually. -const ISSUES_ENTRY_LIMIT: u32 = 1675; +const ISSUES_ENTRY_LIMIT: u32 = 1672; const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ "rs", // test source files |
