mark new test regressions with reminify: false

This commit is contained in:
kzc 2018-01-22 04:29:06 -05:00
parent 8ce106aef3
commit 57459fdf38

View File

@ -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: {