From 190a0c60ea4ea96e9319c23f7739caecd1bd69af Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Tue, 19 Sep 2023 14:50:14 -0500 Subject: [PATCH] Remove now unnecessary version note for `dart test` (#5203) --- src/tools/dart-test.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/tools/dart-test.md b/src/tools/dart-test.md index 98230fc0c1..184e9ea2f9 100644 --- a/src/tools/dart-test.md +++ b/src/tools/dart-test.md @@ -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}} -