summaryrefslogtreecommitdiff
path: root/test/built-ins/String/15.5.5.5.2-3-6.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/String/15.5.5.5.2-3-6.js')
-rw-r--r--test/built-ins/String/15.5.5.5.2-3-6.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/String/15.5.5.5.2-3-6.js b/test/built-ins/String/15.5.5.5.2-3-6.js
index 7f0787391..3054072d8 100644
--- a/test/built-ins/String/15.5.5.5.2-3-6.js
+++ b/test/built-ins/String/15.5.5.5.2-3-6.js
@@ -11,6 +11,6 @@ description: >
is not an array index
---*/
- var s = String("hello world");
+var s = String("hello world");
assert.sameValue(s[NaN], undefined, 's[NaN]');