diff options
| author | jyn <jyn.nelson@redjack.com> | 2023-04-02 18:09:11 -0400 |
|---|---|---|
| committer | jyn <github@jyn.dev> | 2023-04-13 22:08:07 -0500 |
| commit | 2ffb0de8cfda57cafdfd71a690f14c2e17216d85 (patch) | |
| tree | 6532dfe5f6e108c4e6a61b69cca66bda65e6827a /src | |
| parent | 9693b178fcebe3cc27129b7bc1237ee5eb706af8 (diff) | |
| download | rust-2ffb0de8cfda57cafdfd71a690f14c2e17216d85.tar.gz rust-2ffb0de8cfda57cafdfd71a690f14c2e17216d85.zip | |
Move most ui-fulldeps tests to ui
They pass fine. Only tests that required `extern crate rustc_*` or were marked `ignore-stage1` have been keep in fulldeps.
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 7b7ee62a247..3d7f9828a7e 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -9,7 +9,7 @@ use std::path::{Path, PathBuf}; // FIXME: The following limits should be reduced eventually. const ENTRY_LIMIT: usize = 885; -const ROOT_ENTRY_LIMIT: usize = 880; +const ROOT_ENTRY_LIMIT: usize = 891; const ISSUES_ENTRY_LIMIT: usize = 1978; fn check_entries(tests_path: &Path, bad: &mut bool) { |
