From 7e1a4be085a20d4739153d63b10a2fb5169fc9bb Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 12 Apr 2015 09:09:26 -0700 Subject: [PATCH] add use strict header to decorators test --- .../fixtures/transformation/es7.decorators/class/expected.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/core/fixtures/transformation/es7.decorators/class/expected.js b/test/core/fixtures/transformation/es7.decorators/class/expected.js index 02b4a68b90..96ff2b4054 100644 --- a/test/core/fixtures/transformation/es7.decorators/class/expected.js +++ b/test/core/fixtures/transformation/es7.decorators/class/expected.js @@ -1,3 +1,4 @@ +"use strict"; var Foo = (function () { function Foo() {