| Index: test/codegen/expect/names.js
|
| diff --git a/test/codegen/expect/names.js b/test/codegen/expect/names.js
|
| index 42df4bd2a04266f264b0b946d46750bc632ac5a2..fb0706d03496e7d76b3f94d7efdfbb78df1b9e7f 100644
|
| --- a/test/codegen/expect/names.js
|
| +++ b/test/codegen/expect/names.js
|
| @@ -1,7 +1,9 @@
|
| -dart.library('names', null, /* Imports */[
|
| +loader.library('names', null, /* Imports */[
|
| + "dart/dart_runtime",
|
| + "dart/dartx",
|
| 'dart/core'
|
| ], /* Lazy imports */[
|
| -], function(exports, core) {
|
| +], function(exports, dart, dartx, core) {
|
| 'use strict';
|
| exports.exports = 42;
|
| let _foo$ = Symbol('_foo');
|
|
|