about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2023-07-27 21:57:04 +0200
committerMartin Nordholts <enselic@gmail.com>2023-08-05 15:36:19 +0200
commit6ba393c28f1bdb388ec1ca1117e81d726afbfa51 (patch)
treed1eb9a50574160812d174e37db8cc4d5de03cc02 /src
parente173a8e6634d787a1529ff6ec5dc63273425ca34 (diff)
Rename tests/ui/issues/issue-100605.rs to ../type/option-ref-advice.rs
The test is a regression test for a bug where the compiler gave bad
advice for an `Option<&String>`. Rename the file appropriately.
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/ui_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs
index 930b7408390..3414924007b 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -10,7 +10,7 @@ use std::path::{Path, PathBuf};
 
 const ENTRY_LIMIT: usize = 900;
 // FIXME: The following limits should be reduced eventually.
-const ISSUES_ENTRY_LIMIT: usize = 1893;
+const ISSUES_ENTRY_LIMIT: usize = 1891;
 const ROOT_ENTRY_LIMIT: usize = 866;
 
 const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[