| Index: tests/lib/async/zone_empty_description_test.dart
|
| diff --git a/tests/lib/async/zone_empty_description_test.dart b/tests/lib/async/zone_empty_description_test.dart
|
| index 81ddedca46dd8fa308765d330b12cb223bcbffef..1a35dc0ea99b9294d92b90172b47619c4cc70fdd 100644
|
| --- a/tests/lib/async/zone_empty_description_test.dart
|
| +++ b/tests/lib/async/zone_empty_description_test.dart
|
| @@ -51,7 +51,7 @@ testForkedZone(Zone forked) {
|
| asyncStart();
|
| bool asyncDidRun = false;
|
| forked.scheduleMicrotask(() {
|
| - // The runAsync functions on the Zone don't bind the closures.
|
| + // The scheduleMicrotask functions on the Zone don't bind the closures.
|
| Expect.identical(Zone.ROOT, Zone.current);
|
| asyncDidRun = true;
|
| asyncEnd();
|
|
|