1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-01 07:14:29 +00:00

[analyzer] Properly close analyzer WATCHLISTS entry

I didn't adjust this when removing nnbd_migration in https://dart-review.googlesource.com/c/sdk/+/340160.

Change-Id: I21829c3052be1671a2407f219a332a7a62197ce5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/340361
Reviewed-by: Alexander Thomas <athom@google.com>
Auto-Submit: Parker Lougheed <parlough@gmail.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
Parker Lougheed 2023-12-10 18:02:25 +00:00 committed by Commit Queue
parent 2f1506822c
commit 8f1b8fa1c9

View File

@ -19,7 +19,7 @@
'^pkg/analyzer_plugin|' '^pkg/analyzer_plugin|'
'^pkg/analyzer_utilities|' '^pkg/analyzer_utilities|'
'^pkg/linter|' '^pkg/linter|'
'^pkg/meta|' '^pkg/meta'
) )
}, },
'build': { 'build': {