| Index: test/dart_codegen/expect/async/schedule_microtask.dart
|
| diff --git a/test/dart_codegen/expect/async/schedule_microtask.dart b/test/dart_codegen/expect/async/schedule_microtask.dart
|
| index 0d4cd89f9884609e1a4a17c7ed329a0d0574cd13..11fd44dca762b49a12c49d35d394440d39739b89 100644
|
| --- a/test/dart_codegen/expect/async/schedule_microtask.dart
|
| +++ b/test/dart_codegen/expect/async/schedule_microtask.dart
|
| @@ -62,7 +62,7 @@ _AsyncCallbackEntry entry = new _AsyncCallbackEntry(DEVC$RT.cast(callback, dynam
|
| }
|
| void scheduleMicrotask(void callback()) {
|
| if (identical(_ROOT_ZONE, Zone.current)) {
|
| - _rootScheduleMicrotask(null, null, DEVC$RT.cast(_ROOT_ZONE, dynamic, Zone, "CastGeneral", """line 130, column 40 of dart:async/schedule_microtask.dart: """, _ROOT_ZONE is Zone, true), callback);
|
| + _rootScheduleMicrotask(null, null, _ROOT_ZONE, callback);
|
| return;}
|
| Zone.current.scheduleMicrotask(Zone.current.bindCallback(callback, runGuarded: true));
|
| }
|
|
|