summaryrefslogtreecommitdiff
path: root/test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js')
-rw-r--r--test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js b/test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js
index 5a4e966e2..dcfe81aaf 100644
--- a/test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js
+++ b/test/built-ins/Array/prototype/flatMap/null-undefined-input-throws.js
@@ -18,4 +18,3 @@ assert.throws(TypeError, function() {
assert.throws(TypeError, function() {
[].flatMap.call(void 0);
}, 'undefined');
-