summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/find/predicate-call-parameters.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/prototype/find/predicate-call-parameters.js')
-rw-r--r--test/built-ins/TypedArray/prototype/find/predicate-call-parameters.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/built-ins/TypedArray/prototype/find/predicate-call-parameters.js b/test/built-ins/TypedArray/prototype/find/predicate-call-parameters.js
index e31cb9522..42598466e 100644
--- a/test/built-ins/TypedArray/prototype/find/predicate-call-parameters.js
+++ b/test/built-ins/TypedArray/prototype/find/predicate-call-parameters.js
@@ -2,7 +2,6 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-%typedarray%.prototype.find
-es6id: 22.2.3.10
description: >
Predicate called as F.call( thisArg, kValue, k, O ) for each array entry.
info: |