Skip to content

Commit d33a01d

Browse files
committed
remove does-nothing.rs
1 parent 8b2459c commit d33a01d

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

Diff for: src/tools/tidy/src/ui_tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ use std::path::{Path, PathBuf};
1717
const ENTRY_LIMIT: usize = 900;
1818
// FIXME: The following limits should be reduced eventually.
1919

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

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

Diff for: tests/ui/does-nothing.rs

-2
This file was deleted.

Diff for: tests/ui/does-nothing.stderr

-9
This file was deleted.

0 commit comments

Comments
 (0)