Commit 3fe19d95 authored by Ben Konyi's avatar Ben Konyi Committed by Ben Konyi

update_script

parent 35974d0b
......@@ -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'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment