| Index: test/codegen/expect/misc.js
|
| diff --git a/test/codegen/expect/misc.js b/test/codegen/expect/misc.js
|
| index d5c843fc36cb8fb157ac9fa9299fdfc78a6bcbae..fc14cb64d1b22bd3a59159a5301c897901b3d8ca 100644
|
| --- a/test/codegen/expect/misc.js
|
| +++ b/test/codegen/expect/misc.js
|
| @@ -1,8 +1,10 @@
|
| -dart.library('misc', null, /* Imports */[
|
| +dart_library.library('misc', null, /* Imports */[
|
| + "dart_runtime/dart",
|
| 'dart/core'
|
| ], /* Lazy imports */[
|
| -], function(exports, core) {
|
| +], function(exports, dart, core) {
|
| 'use strict';
|
| + let dartx = dart.dartx;
|
| class _Uninitialized extends core.Object {
|
| _Uninitialized() {
|
| }
|
|
|