Skip to content

Commit 997ecb2

Browse files
committed
remove does-nothing.rs
1 parent aa1c459 commit 997ecb2

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

Diff for: 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 = 1733;
21-
const ROOT_ENTRY_LIMIT: usize = 860;
21+
const ROOT_ENTRY_LIMIT: usize = 858;
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)