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.EXPECTED30
1 files changed, 0 insertions, 30 deletions
diff --git a/test/script/basic/NASHORN-737.js.EXPECTED b/test/script/basic/NASHORN-737.js.EXPECTED
deleted file mode 100644
index 3a33d9fe..00000000
--- a/test/script/basic/NASHORN-737.js.EXPECTED
+++ /dev/null
@@ -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"
- }
- ]
- }
- }
- ]
- }
- }
- ]
-}