| Index: test/dart_codegen/expect/async/zone.dart
|
| diff --git a/test/dart_codegen/expect/async/zone.dart b/test/dart_codegen/expect/async/zone.dart
|
| index 7d487b03d7b88c4272346e847641e46a34b86a35..11994d405d338c49f58594a82685e52ee1dbbdca 100644
|
| --- a/test/dart_codegen/expect/async/zone.dart
|
| +++ b/test/dart_codegen/expect/async/zone.dart
|
| @@ -79,7 +79,7 @@ this.handleUncaughtError : null, this.run : null, this.runUnary : null, this.run
|
| }
|
| abstract class Zone {Zone._();
|
| static const Zone ROOT = _ROOT_ZONE;
|
| - static Zone _current = DEVC$RT.cast(_ROOT_ZONE, dynamic, Zone, "CastGeneral", """line 262, column 26 of dart:async/zone.dart: """, _ROOT_ZONE is Zone, true);
|
| + static Zone _current = _ROOT_ZONE;
|
| static Zone get current => _current;
|
| dynamic handleUncaughtError(error, StackTrace stackTrace);
|
| Zone get parent;
|
|
|