summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/findIndex/predicate-is-not-callable-throws.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/prototype/findIndex/predicate-is-not-callable-throws.js')
-rw-r--r--test/built-ins/TypedArray/prototype/findIndex/predicate-is-not-callable-throws.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/built-ins/TypedArray/prototype/findIndex/predicate-is-not-callable-throws.js b/test/built-ins/TypedArray/prototype/findIndex/predicate-is-not-callable-throws.js
index 5b97bf74a..18fdf425f 100644
--- a/test/built-ins/TypedArray/prototype/findIndex/predicate-is-not-callable-throws.js
+++ b/test/built-ins/TypedArray/prototype/findIndex/predicate-is-not-callable-throws.js
@@ -62,4 +62,3 @@ testWithTypedArrayConstructors(function(TA) {
sample.findIndex(/./);
}, "/./");
});
-