summaryrefslogtreecommitdiff
path: root/test/built-ins/JSON/parse/15.12.2-0-3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/JSON/parse/15.12.2-0-3.js')
-rw-r--r--test/built-ins/JSON/parse/15.12.2-0-3.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/JSON/parse/15.12.2-0-3.js b/test/built-ins/JSON/parse/15.12.2-0-3.js
index 068cf69fc..de7d3f825 100644
--- a/test/built-ins/JSON/parse/15.12.2-0-3.js
+++ b/test/built-ins/JSON/parse/15.12.2-0-3.js
@@ -10,7 +10,7 @@ es5id: 15.12.2-0-3
description: JSON.parse must be deletable (configurable)
---*/
- var o = JSON;
- var desc = Object.getOwnPropertyDescriptor(o, "parse");
+var o = JSON;
+var desc = Object.getOwnPropertyDescriptor(o, "parse");
assert.sameValue(desc.configurable, true, 'desc.configurable');