| Index: pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect b/pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect
|
| index d7651c07dfe43a75d20fff79124c0ec153002a87..f68c8388800802d378b0b417c722a120bae223e5 100644
|
| --- a/pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/rasta/deferred_load.dart.direct.expect
|
| @@ -2,7 +2,8 @@ library;
|
| import self as self;
|
| import "dart:core" as core;
|
|
|
| +const field dynamic #errors = const <dynamic>["pkg/front_end/testcases/rasta/deferred_load.dart:8:7: Error: Deferred loading isn't implemented yet.\n lib.loadLibrary;\n ^", "pkg/front_end/testcases/rasta/deferred_load.dart:9:7: Error: Deferred loading isn't implemented yet.\n lib.loadLibrary();\n ^"]/* from null */;
|
| static method main() → dynamic {
|
| - throw new core::NoSuchMethodError::•(null, #loadLibrary, <dynamic>[], <dynamic, dynamic>{}, null);
|
| - throw new core::NoSuchMethodError::•(null, #lib.loadLibrary, <dynamic>[], <dynamic, dynamic>{}, null);
|
| + const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/rasta/deferred_load.dart:8:7: Error: Deferred loading isn't implemented yet.\n lib.loadLibrary;\n ^"));
|
| + const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/rasta/deferred_load.dart:9:7: Error: Deferred loading isn't implemented yet.\n lib.loadLibrary();\n ^")).call();
|
| }
|
|
|