| Index: test/codegen/expect/map_keys.js
|
| diff --git a/test/codegen/expect/map_keys.js b/test/codegen/expect/map_keys.js
|
| index 6dc6957274799305808e1363cb7e75bec6fd6378..de773f16ae7eaacc8aec8a2adf3428908c336aef 100644
|
| --- a/test/codegen/expect/map_keys.js
|
| +++ b/test/codegen/expect/map_keys.js
|
| @@ -1,5 +1,5 @@
|
| -var map_keys;
|
| -(function(exports) {
|
| +var map_keys, core, math;
|
| +(function(exports, core, math) {
|
| 'use strict';
|
| // Function main: () → dynamic
|
| function main() {
|
| @@ -12,5 +12,5 @@ var map_keys;
|
| }
|
| // Exports:
|
| exports.main = main;
|
| -})(map_keys || (map_keys = {}));
|
| +})(map_keys || (map_keys = {}), core, math);
|
| //# sourceMappingURL=map_keys.js.map
|
|
|