aboutsummaryrefslogtreecommitdiffstats
path: root/test/built-ins/JSON/parse/15.12.1.1-0-2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/JSON/parse/15.12.1.1-0-2.js')
-rw-r--r--test/built-ins/JSON/parse/15.12.1.1-0-2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/JSON/parse/15.12.1.1-0-2.js b/test/built-ins/JSON/parse/15.12.1.1-0-2.js
index 8254a4d62..e2e3f87e1 100644
--- a/test/built-ins/JSON/parse/15.12.1.1-0-2.js
+++ b/test/built-ins/JSON/parse/15.12.1.1-0-2.js
@@ -9,5 +9,5 @@ description: >
---*/
assert.throws(SyntaxError, function() {
- JSON.parse('\u000b1234'); // should produce a syntax error
+ JSON.parse('\u000b1234'); // should produce a syntax error
});