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 061ee66ceb..6e5381d373 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 @@ -18,7 +18,7 @@ System.register(["./evens"], function (_export) { _export("p", p); - for (a in b) ; + for (a in b); isOdd = (function (isEven) { return function (n) {