Skip to content

Commit cbf1501

Browse files
committed
remove does-nothing.rs
fix: restore issues_entry_limit
1 parent 8b2459c commit cbf1501

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const ENTRY_LIMIT: usize = 900;
1818
// FIXME: The following limits should be reduced eventually.
1919

2020
const ISSUES_ENTRY_LIMIT: usize = 1722;
21-
const ROOT_ENTRY_LIMIT: usize = 861;
21+
const ROOT_ENTRY_LIMIT: usize = 859;
2222

2323
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
2424
"rs", // test source files

tests/ui/does-nothing.rs

-2
This file was deleted.

tests/ui/does-nothing.stderr

-9
This file was deleted.

0 commit comments

Comments
 (0)