From 57459fdf389bee0908e7f461f93e84c6cb48126c Mon Sep 17 00:00:00 2001 From: kzc Date: Mon, 22 Jan 2018 04:29:06 -0500 Subject: [PATCH] mark new test regressions with `reminify: false` --- test/compress/issue-1466.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/compress/issue-1466.js b/test/compress/issue-1466.js index 1eee16b3..2f9ba975 100644 --- a/test/compress/issue-1466.js +++ b/test/compress/issue-1466.js @@ -79,6 +79,7 @@ same_variable_in_multiple_forOf: { } } expect_stdout: true + reminify: false // FIXME - regression https://github.com/mishoo/UglifyJS2/issues/2835 } same_variable_in_multiple_forIn: { @@ -120,6 +121,7 @@ same_variable_in_multiple_forIn: { } } expect_stdout: true + reminify: false // FIXME - regression https://github.com/mishoo/UglifyJS2/issues/2835 } different_variable_in_multiple_for_loop: {