From 68a99ed1e9763e6a01ffbe5b425dccc438dc35fe Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 20 May 2015 10:35:01 +0100 Subject: [PATCH] fix es6.modules-system for head hoisting --- .../es6.modules-system/hoist-function-exports/expected.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {