From cb8b47ee2f1a00a795d065eec04f1aba63d49c24 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 8 Apr 2015 08:13:33 -0700 Subject: [PATCH] add missing curly brace to regression test --- .../fixtures/transformation/misc/regression-1169/expected.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/core/fixtures/transformation/misc/regression-1169/expected.js b/test/core/fixtures/transformation/misc/regression-1169/expected.js index f9d3032932..d0e160e237 100644 --- a/test/core/fixtures/transformation/misc/regression-1169/expected.js +++ b/test/core/fixtures/transformation/misc/regression-1169/expected.js @@ -31,3 +31,4 @@ function foo() { } return output; +}