fix collapse_vars regression in destructuring (#2897)

fixes #2896
This commit is contained in:
kzc
2018-02-08 15:28:35 -05:00
committed by Alex Lam S.L
parent aebc916215
commit 569757d14d
3 changed files with 35 additions and 1 deletions

View File

@@ -208,7 +208,7 @@ function run_compress_tests() {
});
return false;
}
if (0 && test.reminify && !reminify(test.options, input_code, input_formatted, test.expect_stdout)) {
if (test.reminify && !reminify(test.options, input_code, input_formatted, test.expect_stdout)) {
return false;
}
}