Skip to content

Commit

Permalink
Fix count yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-g committed Apr 27, 2021
1 parent 1945718 commit 40a5f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/grind.dart
Expand Up @@ -1257,7 +1257,7 @@ void validateSdkDocs() {
// TODO(jcollins-g): Remove flexibility in library counts once dev build
// includes https://dart-review.googlesource.com/c/sdk/+/93160
const expectedLibCounts = [0, 1];
const expectedSubLibCount = [19, 20];
const expectedSubLibCount = [18, 19, 20];
const expectedTotalCount = [19, 20];
var indexHtml = joinFile(sdkDocsDir, ['index.html']);
if (!indexHtml.existsSync()) {
Expand Down

0 comments on commit 40a5f31

Please sign in to comment.