diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2023-10-22 17:05:27 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2023-10-23 17:41:40 +1100 |
| commit | f83f7966f5a9cadffd0b9ef115e0834bbef2d0dd (patch) | |
| tree | 6988ad0679d7ac272511e96e8511fc2eca633a50 /src | |
| parent | 62fae2305e5f3a959bd6ad6c20608c118e93648a (diff) | |
| download | rust-f83f7966f5a9cadffd0b9ef115e0834bbef2d0dd.tar.gz rust-f83f7966f5a9cadffd0b9ef115e0834bbef2d0dd.zip | |
coverage: Add UI tests for values accepted by `-Cinstrument-coverage`
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/ui_tests.rs | 2 |
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 2b828e58d54..dcf218bc189 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -11,7 +11,7 @@ use std::path::{Path, PathBuf}; const ENTRY_LIMIT: usize = 900; // FIXME: The following limits should be reduced eventually. const ISSUES_ENTRY_LIMIT: usize = 1854; -const ROOT_ENTRY_LIMIT: usize = 865; +const ROOT_ENTRY_LIMIT: usize = 866; const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ "rs", // test source files |
