summaryrefslogtreecommitdiff
path: root/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.js')
-rw-r--r--test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.js b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.js
index 39fc4df94..a1048adc8 100644
--- a/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.js
+++ b/test/built-ins/Array/prototype/lastIndexOf/15.4.4.15-1-1.js
@@ -9,5 +9,5 @@ description: Array.prototype.lastIndexOf applied to undefined throws a TypeError
assert.throws(TypeError, function() {
- Array.prototype.lastIndexOf.call(undefined);
+ Array.prototype.lastIndexOf.call(undefined);
});