Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up tests/ui by removing does-nothing.rs #123568

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove does-nothing.rs
fix: restore issues_entry_limit
  • Loading branch information
Oneirical committed Apr 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit cbf150177f367e09156ee0e17d989b990f98c2f8
2 changes: 1 addition & 1 deletion src/tools/tidy/src/ui_tests.rs
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ const ENTRY_LIMIT: usize = 900;
// FIXME: The following limits should be reduced eventually.

const ISSUES_ENTRY_LIMIT: usize = 1722;
const ROOT_ENTRY_LIMIT: usize = 861;
const ROOT_ENTRY_LIMIT: usize = 859;

const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
"rs", // test source files
2 changes: 0 additions & 2 deletions tests/ui/does-nothing.rs

This file was deleted.

9 changes: 0 additions & 9 deletions tests/ui/does-nothing.stderr

This file was deleted.

Loading