Skip to content

Commit c71d40f

Browse files
stereotype441commit-bot@chromium.org
authored andcommitted
Migration: allow clients to use CommandLineOptions.
Previously this class was marked `@visibleForTesting`, but we need clients to be able to create instances of this class in order to drive the migration process. Change-Id: Ibb8a4cda342942dcb15e6fd7625387d246b41f84 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153800 Reviewed-by: Samuel Rawlins <[email protected]> Commit-Queue: Paul Berry <[email protected]>
1 parent 5f68b0b commit c71d40f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/nnbd_migration/lib/migration_cli.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ String _removePeriod(String value) {
4444

4545
/// Data structure recording command-line options for the migration tool that
4646
/// have been passed in by the client.
47-
@visibleForTesting
4847
class CommandLineOptions {
4948
static const applyChangesFlag = 'apply-changes';
5049
static const helpFlag = 'help';

0 commit comments

Comments
 (0)