aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/NASHORN-737.js.EXPECTED
diff options
context:
space:
mode:
Diffstat (limited to 'test/script/basic/NASHORN-737.js.EXPECTED')
-rw-r--r--test/script/basic/NASHORN-737.js.EXPECTED10
1 files changed, 2 insertions, 8 deletions
diff --git a/test/script/basic/NASHORN-737.js.EXPECTED b/test/script/basic/NASHORN-737.js.EXPECTED
index 77c79657..3a33d9fe 100644
--- a/test/script/basic/NASHORN-737.js.EXPECTED
+++ b/test/script/basic/NASHORN-737.js.EXPECTED
@@ -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"
}
]
}