Migrate some tool commands to NNBD (#3899)

Now that individual commands can be migrated, migrate several commands
that are trivially migratable.

Part of https://github.com/flutter/flutter/issues/81912
This commit is contained in:
stuartmorgan
2021-05-17 14:25:01 -04:00
committed by GitHub
parent bd0081258a
commit 842ae94fde
16 changed files with 22 additions and 58 deletions

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// @dart=2.9
import 'package:args/command_runner.dart';
import 'package:file/file.dart';
import 'package:flutter_plugin_tools/src/java_test_command.dart';
@ -14,7 +12,7 @@ import 'util.dart';
void main() {
group('$JavaTestCommand', () {
CommandRunner<void> runner;
late CommandRunner<void> runner;
final RecordingProcessRunner processRunner = RecordingProcessRunner();
setUp(() {