summaryrefslogtreecommitdiff
path: root/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.js')
-rw-r--r--test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.js b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.js
index c2f4f22c8..e2dc4190f 100644
--- a/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.js
+++ b/test/built-ins/Array/prototype/indexOf/15.4.4.14-3-4.js
@@ -9,9 +9,6 @@ description: >
+0)
---*/
-var obj = {
- 0: true,
- length: +0
-};
+ var obj = { 0: true, length: +0 };
assert.sameValue(Array.prototype.indexOf.call(obj, true), -1, 'Array.prototype.indexOf.call(obj, true)');