| Index: test/codegen/expect/collection/wrappers.js
|
| diff --git a/test/codegen/expect/collection/wrappers.js b/test/codegen/expect/collection/wrappers.js
|
| index 03c9ed06e49e5b13d9d380c06eacd58e1a668958..e5875843caa91ceb78245721bfe530a6658cc94c 100644
|
| --- a/test/codegen/expect/collection/wrappers.js
|
| +++ b/test/codegen/expect/collection/wrappers.js
|
| @@ -1,5 +1,5 @@
|
| dart_library.library('collection/wrappers', null, /* Imports */[
|
| - "dart/_runtime",
|
| + 'dart/_runtime',
|
| 'collection/src/canonicalized_map',
|
| 'dart/core',
|
| 'dart/math',
|
| @@ -9,8 +9,8 @@ dart_library.library('collection/wrappers', null, /* Imports */[
|
| ], function(exports, dart, canonicalized_map, core, math, collection, unmodifiable_wrappers) {
|
| 'use strict';
|
| let dartx = dart.dartx;
|
| - dart.export_(exports, canonicalized_map);
|
| - dart.export_(exports, unmodifiable_wrappers);
|
| + dart.export(exports, canonicalized_map);
|
| + dart.export(exports, unmodifiable_wrappers);
|
| const _base = Symbol('_base');
|
| const _DelegatingIterableBase$ = dart.generic(function(E) {
|
| class _DelegatingIterableBase extends core.Object {
|
|
|