flutter test now works on mac as well as linux

@chinmaygarde
This commit is contained in:
Eric Seidel 2016-05-19 13:10:15 -07:00
parent a48b063a10
commit 880f2f785e

View File

@ -22,7 +22,7 @@ class TestCommand extends FlutterCommand {
String get name => 'test';
@override
String get description => 'Run Flutter unit tests for the current project (Linux only).';
String get description => 'Run Flutter unit tests for the current project.';
@override
bool get requiresProjectRoot => false;