Skip to content

Commit

Permalink
tests: move tests/ui/issues/issue-39175.rs under suggestions/ and…
Browse files Browse the repository at this point in the history
… rename
  • Loading branch information
jieyouxu committed Jan 23, 2025
1 parent eee72ba commit c7f9c30
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/tools/tidy/src/issues.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,6 @@ ui/issues/issue-3895.rs
ui/issues/issue-38954.rs
ui/issues/issue-38987.rs
ui/issues/issue-39089.rs
ui/issues/issue-39175.rs
ui/issues/issue-39211.rs
ui/issues/issue-39367.rs
ui/issues/issue-39548.rs
Expand Down
2 changes: 1 addition & 1 deletion src/tools/tidy/src/ui_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use ignore::Walk;
const ENTRY_LIMIT: u32 = 901;
// FIXME: The following limits should be reduced eventually.

const ISSUES_ENTRY_LIMIT: u32 = 1664;
const ISSUES_ENTRY_LIMIT: u32 = 1662;

const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
"rs", // test source files
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E0599]: no method named `exec` found for mutable reference `&mut Command` in the current scope
--> $DIR/issue-39175.rs:13:47
--> $DIR/import-visible-path-39175.rs:13:47
|
LL | let _ = Command::new("echo").arg("hello").exec();
| ^^^^
Expand Down

0 comments on commit c7f9c30

Please sign in to comment.