We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91213e2 commit 2b0c351Copy full SHA for 2b0c351
packages/flutter_tools/lib/src/commands/test.dart
@@ -42,7 +42,7 @@ class TestCommand extends FastFlutterCommand {
42
negatable: false,
43
help: 'Start in a paused mode and wait for a debugger to connect.\n'
44
'You must specify a single test file to run, explicitly.\n'
45
- 'Instructions for connecting with a debugger and printed to the '
+ 'Instructions for connecting with a debugger are printed to the '
46
'console once the test has started.',
47
)
48
..addFlag('disable-service-auth-codes',
0 commit comments