diff --git a/test/core/fixtures/transformation/es6.modules-system/hoist-function-exports/expected.js b/test/core/fixtures/transformation/es6.modules-system/hoist-function-exports/expected.js index 015638ae6d..061ee66ceb 100644 --- a/test/core/fixtures/transformation/es6.modules-system/hoist-function-exports/expected.js +++ b/test/core/fixtures/transformation/es6.modules-system/hoist-function-exports/expected.js @@ -16,10 +16,10 @@ System.register(["./evens"], function (_export) { execute: function () { p = 5; - for (a in b) ; - _export("p", p); + for (a in b) ; + isOdd = (function (isEven) { return function (n) { return !isEven(n);