update_script

This commit is contained in:
Ben Konyi 2017-07-05 14:43:56 -07:00 committed by Ben Konyi
parent 35974d0b07
commit 3fe19d95c6

View File

@ -149,13 +149,6 @@ class TestCommand extends FlutterCommand {
@override
Future<FlutterCommandResult> runCommand() async {
if (platform.isWindows) {
throwToolExit(
'The test command is currently not supported on Windows: '
'https://github.com/flutter/flutter/issues/8516'
);
}
final List<String> names = argResults['name'];
final List<String> plainNames = argResults['plain-name'];