Skip to content

Commit 93e148e

Browse files
committed
Tidy fixes for tests/ui/issues rehoming
1 parent 2441737 commit 93e148e

File tree

32 files changed

+18
-195
lines changed

32 files changed

+18
-195
lines changed

src/tools/tidy/src/issues.txt

Lines changed: 0 additions & 177 deletions
Large diffs are not rendered by default.

src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use ignore::Walk;
1717
const ENTRY_LIMIT: u32 = 901;
1818
// FIXME: The following limits should be reduced eventually.
1919

20-
const ISSUES_ENTRY_LIMIT: u32 = 1619;
20+
const ISSUES_ENTRY_LIMIT: u32 = 1387;
2121

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

tests/ui/cross-crate/cross-crate-map-usage-issue-5521.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@ run-pass
22
#![allow(dead_code)]
3-
//@ aux-build:issue-5521.rs
3+
//@ aux-build:cross-crate-map-usage-issue-issue-5521.rs
44

55

66

tests/ui/cross-crate/exporting-impl-from-root-causes-ice-issue-2472.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ run-pass
2-
//@ aux-build:issue-2472-b.rs
2+
//@ aux-build:exporting-impl-from-root-causes-ice-issue-issue-2472-b.rs
33

44

55
extern crate issue_2472_b;

0 commit comments

Comments
 (0)