Skip to content

Commit

Permalink
Remove now unnecessary version note for dart test (#5203)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Sep 19, 2023
1 parent 314b9ea commit 190a0c6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/tools/dart-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,9 @@ which tests run,
how they run (for example, concurrency and timeout), and
where and how the output appears.
For further information on command-line options,
see the [`test` package] or
see the [`test` package][] or
use the `--help` flag:

```terminal
$ dart test --help
```

{{site.alert.version-note}}
The `dart test` command was introduced in Dart 2.10.
Its functionality was previously provided by
the `pub run test` command.
{{site.alert.end}}

0 comments on commit 190a0c6

Please sign in to comment.