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