changeset 24751 | ccbd9cd3f720 |
parent 19894 | 195477810711 |
--- a/nashorn/test/script/basic/NASHORN-737.js.EXPECTED Mon May 05 14:17:20 2014 +0200 +++ b/nashorn/test/script/basic/NASHORN-737.js.EXPECTED Tue May 13 11:30:40 2014 +0200 @@ -3,10 +3,7 @@ "body": [ { "type": "LabeledStatement", - "label": { - "type": "Identifier", - "name": "label" - }, + "label": "label", "body": { "type": "BlockStatement", "body": [ @@ -21,10 +18,7 @@ "body": [ { "type": "BreakStatement", - "label": { - "type": "Identifier", - "name": "label" - } + "label": "label" } ] }