| commit | 86306b194ec85f2ea9f2e88fc2a5deaa363b329c | [log] [tgz] |
|---|---|---|
| author | pq <pquitslund@google.com> | Thu Sep 12 22:18:46 2024 +0000 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 12 22:18:46 2024 +0000 |
| tree | 525e7dbeaebee57989e79ab899e0536c46bc672e | |
| parent | e17a0fe96515f0e922ccd9c5b487070da0b8394d [diff] |
fix test expectation doc typo Change-Id: I57aeac20269a2527e81822a550d483ab34064c6c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/385081 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Phil Quitslund <pquitslund@google.com> Auto-Submit: Phil Quitslund <pquitslund@google.com>
diff --git a/pkg/analysis_server/test/src/computer/outline_computer_test.dart b/pkg/analysis_server/test/src/computer/outline_computer_test.dart index 75645a4..e398405 100644 --- a/pkg/analysis_server/test/src/computer/outline_computer_test.dart +++ b/pkg/analysis_server/test/src/computer/outline_computer_test.dart
@@ -405,7 +405,7 @@ part 'test.dart'; class C { - // Endure that the outline for the augment doesn't include members from the + // Ensure that the outline for the augment doesn't include members from the // augmented class. void n() {} }