Skip to content

Commit

Permalink
Typo fix in dartdoc in tool test (#139386)
Browse files Browse the repository at this point in the history
The tree is red due a non-hermetic customer test from `macos_ui`. The
test was disabled in flutter/tests#317 and an
issue was filed at macosui/macos_ui#499.

We need this empty commit in order to re-run CI with the latest
https://github.com/flutter/tests.
  • Loading branch information
mdebbar authored Dec 1, 2023
1 parent e5762ba commit 7d9010c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ extension DapTestClientExtension on DapTestClient {
/// console, stdout and stderr.
///
/// Only one of [start] or [launch] may be provided. Use [start] to customise
/// the whole start of the session (including initialise) or [launch] to only
/// the whole start of the session (including initialize) or [launch] to only
/// customise the [launchRequest].
Future<List<OutputEventBody>> collectAllOutput({
String? program,
Expand Down

0 comments on commit 7d9010c

Please sign in to comment.