diff --git a/test/built-ins/TypedArrays/BigInt64Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/BigInt64Array/prototype/not-typedarray-object.js index 8163169c59..24715cd6eb 100644 --- a/test/built-ins/TypedArrays/BigInt64Array/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/BigInt64Array/prototype/not-typedarray-object.js @@ -10,7 +10,6 @@ info: > [...] A TypedArray prototype object is an ordinary object. It does not have a [[ViewedArrayBuffer]] or any other of the internal slots that are specific to TypedArray instance objects. -includes: [testTypedArray.js] features: [BigInt] ---*/ diff --git a/test/built-ins/TypedArrays/BigUint64Array/prototype/not-typedarray-object.js b/test/built-ins/TypedArrays/BigUint64Array/prototype/not-typedarray-object.js index 4c2e47e2cc..c45971b6d3 100644 --- a/test/built-ins/TypedArrays/BigUint64Array/prototype/not-typedarray-object.js +++ b/test/built-ins/TypedArrays/BigUint64Array/prototype/not-typedarray-object.js @@ -10,7 +10,6 @@ info: > [...] A TypedArray prototype object is an ordinary object. It does not have a [[ViewedArrayBuffer]] or any other of the internal slots that are specific to TypedArray instance objects. -includes: [testTypedArray.js] features: [BigInt] ---*/