Skip to content

Commit c7f9c30

Browse files
committed
tests: move tests/ui/issues/issue-39175.rs under suggestions/ and rename
1 parent eee72ba commit c7f9c30

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

src/tools/tidy/src/issues.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,6 @@ ui/issues/issue-3895.rs
22042204
ui/issues/issue-38954.rs
22052205
ui/issues/issue-38987.rs
22062206
ui/issues/issue-39089.rs
2207-
ui/issues/issue-39175.rs
22082207
ui/issues/issue-39211.rs
22092208
ui/issues/issue-39367.rs
22102209
ui/issues/issue-39548.rs

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 = 1664;
20+
const ISSUES_ENTRY_LIMIT: u32 = 1662;
2121

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

tests/ui/issues/issue-39175.stderr renamed to tests/ui/suggestions/import-visible-path-39175.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0599]: no method named `exec` found for mutable reference `&mut Command` in the current scope
2-
--> $DIR/issue-39175.rs:13:47
2+
--> $DIR/import-visible-path-39175.rs:13:47
33
|
44
LL | let _ = Command::new("echo").arg("hello").exec();
55
| ^^^^

0 commit comments

Comments
 (0)