Disable loop optimization for parse-only tests
This commit is contained in:
parent
5cd26c005b
commit
0cabedc526
|
|
@ -123,6 +123,7 @@ drop_if_else_break_4: {
|
||||||
}
|
}
|
||||||
|
|
||||||
parse_do_while_with_semicolon: {
|
parse_do_while_with_semicolon: {
|
||||||
|
options = { loops: false };
|
||||||
input: {
|
input: {
|
||||||
do {
|
do {
|
||||||
x();
|
x();
|
||||||
|
|
@ -134,6 +135,7 @@ parse_do_while_with_semicolon: {
|
||||||
}
|
}
|
||||||
|
|
||||||
parse_do_while_without_semicolon: {
|
parse_do_while_without_semicolon: {
|
||||||
|
options = { loops: false };
|
||||||
input: {
|
input: {
|
||||||
do {
|
do {
|
||||||
x();
|
x();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user