Skip to content

Commit bc1fbf5

Browse files
committed
Move rustdoc UI tests into a subdirectory
This also adds a little leeway to the test limit.
1 parent 66ec64c commit bc1fbf5

18 files changed

+4
-1
lines changed

src/test/ui/rustdoc/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This directory is for tests that have to do with rustdoc, but test the behavior
2+
of rustc. For example, rustc should not warn that an attribute rustdoc uses is
3+
unknown.
File renamed without changes.
File renamed without changes.

src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::path::Path;
77

88
const ENTRY_LIMIT: usize = 1000;
99
// FIXME: The following limits should be reduced eventually.
10-
const ROOT_ENTRY_LIMIT: usize = 1418;
10+
const ROOT_ENTRY_LIMIT: usize = 1408;
1111
const ISSUES_ENTRY_LIMIT: usize = 2565;
1212

1313
fn check_entries(path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)