From 4c233e88fff0a230da399a636ebe271250f2fc3c Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 26 Jun 2015 01:09:47 +0100 Subject: [PATCH] add use strict --- .../es7.trailing-function-commas/arrow-function/expected.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/core/fixtures/transformation/es7.trailing-function-commas/arrow-function/expected.js b/test/core/fixtures/transformation/es7.trailing-function-commas/arrow-function/expected.js index cf585a0a16..e3c54f65fb 100644 --- a/test/core/fixtures/transformation/es7.trailing-function-commas/arrow-function/expected.js +++ b/test/core/fixtures/transformation/es7.trailing-function-commas/arrow-function/expected.js @@ -1 +1,3 @@ +"use strict"; + (function (x, y) {});