Disable loop optimization for parse-only tests

This commit is contained in:
Anthony Van de Gejuchte
2015-12-18 15:25:24 +01:00
parent 5cd26c005b
commit 0cabedc526

View File

@@ -123,6 +123,7 @@ drop_if_else_break_4: {
}
parse_do_while_with_semicolon: {
options = { loops: false };
input: {
do {
x();
@@ -134,6 +135,7 @@ parse_do_while_with_semicolon: {
}
parse_do_while_without_semicolon: {
options = { loops: false };
input: {
do {
x();