Skip to content

Commit 3347b39

Browse files
committed
Review comments
1 parent 3f0e3dc commit 3347b39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tool/grind.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,8 @@ Future<void> testDartdocFlutterPlugin() async {
959959
@Task('Validate the SDK doc build.')
960960
@Depends(buildSdkDocs)
961961
void validateSdkDocs() {
962+
// TODO(jcollins-g): Remove flexibility in library counts once dev build
963+
// includes https://dart-review.googlesource.com/c/sdk/+/93160
962964
const expectedLibCounts = [0, 1];
963965
const expectedSubLibCount = [19, 20];
964966
const expectedTotalCount = [19, 20];

0 commit comments

Comments
 (0)