From d30bf82d4780742b34a76369ca0f52d71e282a48 Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Thu, 15 Feb 2018 12:40:46 -0500 Subject: Add missing feature flags --- .../prototype/map/BigInt/return-new-typedarray-conversion-operation.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test/built-ins/TypedArray/prototype/map/BigInt/return-new-typedarray-conversion-operation.js') diff --git a/test/built-ins/TypedArray/prototype/map/BigInt/return-new-typedarray-conversion-operation.js b/test/built-ins/TypedArray/prototype/map/BigInt/return-new-typedarray-conversion-operation.js index fdc16e2ab..6f2b83a63 100644 --- a/test/built-ins/TypedArray/prototype/map/BigInt/return-new-typedarray-conversion-operation.js +++ b/test/built-ins/TypedArray/prototype/map/BigInt/return-new-typedarray-conversion-operation.js @@ -38,6 +38,7 @@ info: | e. Else, ... includes: [byteConversionValues.js, testBigIntTypedArray.js] +features: [BigInt, TypedArray] ---*/ testTypedArrayConversions(byteConversionValues, function(TA, value, expected, initial) { -- cgit v1.2.1