--- old/test/nashorn/script/basic/NASHORN-737.js.EXPECTED 2020-04-15 19:11:03.000000000 +0530 +++ /dev/null 2020-04-15 19:11:03.000000000 +0530 @@ -1,30 +0,0 @@ -{ - "type": "Program", - "body": [ - { - "type": "LabeledStatement", - "label": "label", - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "WhileStatement", - "test": { - "type": "Literal", - "value": true - }, - "body": { - "type": "BlockStatement", - "body": [ - { - "type": "BreakStatement", - "label": "label" - } - ] - } - } - ] - } - } - ] -}