| Index: test/codegen/expect/collection/wrappers.js
|
| diff --git a/test/codegen/expect/collection/wrappers.js b/test/codegen/expect/collection/wrappers.js
|
| index d52a023ca3db265619df6a3f87a7941ddec4ccbb..374f587dd1dd19341caff3bc7cfaa85af69565a7 100644
|
| --- a/test/codegen/expect/collection/wrappers.js
|
| +++ b/test/codegen/expect/collection/wrappers.js
|
| @@ -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 {
|
|
|