| Index: test/codegen/expect/fieldtest.js
|
| diff --git a/test/codegen/expect/fieldtest.js b/test/codegen/expect/fieldtest.js
|
| index 753c27fb07cc8c8d83cb6c6a8866e37b2b71e385..a687e68d30dd59fac987a58cd7dbf50f17952fce 100644
|
| --- a/test/codegen/expect/fieldtest.js
|
| +++ b/test/codegen/expect/fieldtest.js
|
| @@ -1,8 +1,10 @@
|
| -dart.library('fieldtest', null, /* Imports */[
|
| +dart_library.library('fieldtest', null, /* Imports */[
|
| + "dart_runtime/dart",
|
| 'dart/core'
|
| ], /* Lazy imports */[
|
| -], function(exports, core) {
|
| +], function(exports, dart, core) {
|
| 'use strict';
|
| + let dartx = dart.dartx;
|
| class A extends core.Object {
|
| A() {
|
| this.x = 42;
|
|
|