summaryrefslogtreecommitdiff
path: root/test/built-ins/JSON/parse/15.12.2-0-1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/JSON/parse/15.12.2-0-1.js')
-rw-r--r--test/built-ins/JSON/parse/15.12.2-0-1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/JSON/parse/15.12.2-0-1.js b/test/built-ins/JSON/parse/15.12.2-0-1.js
index 7d3cc1d3e..2bb777949 100644
--- a/test/built-ins/JSON/parse/15.12.2-0-1.js
+++ b/test/built-ins/JSON/parse/15.12.2-0-1.js
@@ -17,6 +17,6 @@ es5id: 15.12.2-0-1
description: JSON.parse must exist as a function
---*/
- var f = JSON.parse;
+var f = JSON.parse;
assert.sameValue(typeof(f), "function", 'typeof(f)');