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.
This commit is contained in:
jyn 2023-04-02 18:09:11 -04:00 committed by jyn
parent 9693b178fc
commit 2ffb0de8cf
28 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@
// 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) {