| Index: tests/lib/async/intercept_schedule_microtask6_test.dart
 | 
| diff --git a/tests/lib/async/intercept_schedule_microtask6_test.dart b/tests/lib/async/intercept_schedule_microtask6_test.dart
 | 
| index 7f3e5df8a3ae85439278ae38c9159c90dfd4f470..2380b762a5c188d38d6f7de07b41425a04534747 100644
 | 
| --- a/tests/lib/async/intercept_schedule_microtask6_test.dart
 | 
| +++ b/tests/lib/async/intercept_schedule_microtask6_test.dart
 | 
| @@ -34,7 +34,8 @@ onErrorHandler(e) {
 | 
|  main() {
 | 
|    asyncStart();
 | 
|  
 | 
| -  // Test that runZonedExperimental works when async, error and done are used.
 | 
| +  // Test that runZonedScheduleMicrotask works when async, error and done
 | 
| +  // are used.
 | 
|    var result = runZonedScheduleMicrotask(
 | 
|        body,
 | 
|        onScheduleMicrotask: onAsyncHandler,
 | 
| 
 |