summaryrefslogtreecommitdiff
path: root/test/built-ins/String/15.5.5.5.2-3-8.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/String/15.5.5.5.2-3-8.js')
-rw-r--r--test/built-ins/String/15.5.5.5.2-3-8.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/String/15.5.5.5.2-3-8.js b/test/built-ins/String/15.5.5.5.2-3-8.js
index 9243d4049..92d91bf23 100644
--- a/test/built-ins/String/15.5.5.5.2-3-8.js
+++ b/test/built-ins/String/15.5.5.5.2-3-8.js
@@ -11,6 +11,6 @@ description: >
2^32-1) is not an array index
---*/
- var s = String("hello world");
+var s = 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]');