summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/find/BigInt/predicate-call-changes-value.js
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2018-02-15 12:40:46 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-15 16:45:07 -0500
commitd30bf82d4780742b34a76369ca0f52d71e282a48 (patch)
tree8e54e292d601c3555058c664307a5f8aa154b75b /test/built-ins/TypedArray/prototype/find/BigInt/predicate-call-changes-value.js
parent08c1f368280103bf679a19fefc7bb8c52413e7cb (diff)
downloadqtdeclarative-testsuites-d30bf82d4780742b34a76369ca0f52d71e282a48.tar.gz
Add missing feature flags
Diffstat (limited to 'test/built-ins/TypedArray/prototype/find/BigInt/predicate-call-changes-value.js')
-rw-r--r--test/built-ins/TypedArray/prototype/find/BigInt/predicate-call-changes-value.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/TypedArray/prototype/find/BigInt/predicate-call-changes-value.js b/test/built-ins/TypedArray/prototype/find/BigInt/predicate-call-changes-value.js
index 92a2a9349..4fd9ec6f1 100644
--- a/test/built-ins/TypedArray/prototype/find/BigInt/predicate-call-changes-value.js
+++ b/test/built-ins/TypedArray/prototype/find/BigInt/predicate-call-changes-value.js
@@ -26,6 +26,7 @@ info: |
c. Let testResult be ToBoolean(? Call(predicate, T, « kValue, k, O »)).
...
includes: [compareArray.js, testBigIntTypedArray.js]
+features: [BigInt, TypedArray]
---*/
testWithBigIntTypedArrayConstructors(function(TA) {