summaryrefslogtreecommitdiff
path: root/test/built-ins/String/15.5.5.5.2-3-5.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/String/15.5.5.5.2-3-5.js')
-rw-r--r--test/built-ins/String/15.5.5.5.2-3-5.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/String/15.5.5.5.2-3-5.js b/test/built-ins/String/15.5.5.5.2-3-5.js
index 04818478c..fc2e535d7 100644
--- a/test/built-ins/String/15.5.5.5.2-3-5.js
+++ b/test/built-ins/String/15.5.5.5.2-3-5.js
@@ -11,6 +11,6 @@ description: >
2^32-1) is not an array index
---*/
- var s = new String("hello world");
+var s = new String("hello world");
-assert.sameValue(s[Math.pow(2, 32)-1], undefined, 's[Math.pow(2, 32)-1]');
+assert.sameValue(s[Math.pow(2, 32) - 1], undefined, 's[Math.pow(2, 32)-1]');