Commit 880f2f78 authored by Eric Seidel's avatar Eric Seidel

flutter test now works on mac as well as linux

@chinmaygarde
parent a48b063a
......@@ -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;
......
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