Index: test/codegen/expect/collection/wrappers.js |
diff --git a/test/codegen/expect/collection/wrappers.js b/test/codegen/expect/collection/wrappers.js |
index 2440224be2cde86569492cfe1c48708269745c07..70b2afee44a1593268a0a068933922253d7086d1 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 { |