Skip to content

Commit 34f30bc

Browse files
committed
Move some tests to more reasonable directories
1 parent 097bc6a commit 34f30bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3
-17
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/test/ui/emit-artifact-notifications.stderr

-1
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/test/ui/range_inclusive_gate.rs

-14
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"artifact":"$TEST_BUILD_DIR/rmeta/emit-artifact-notifications/libemit_artifact_notifications.rmeta","emit":"metadata"}
File renamed without changes.
File renamed without changes.

src/tools/tidy/src/ui_tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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 = 1459;
11-
const ISSUES_ENTRY_LIMIT: usize = 2615;
10+
const ROOT_ENTRY_LIMIT: usize = 1418;
11+
const ISSUES_ENTRY_LIMIT: usize = 2576;
1212

1313
fn check_entries(path: &Path, bad: &mut bool) {
1414
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))

0 commit comments

Comments
 (0)