From bd63b02e27b05bccd0237001ce7c6842d0e47b96 Mon Sep 17 00:00:00 2001 From: Robin Templeton <robin@igalia.com> Date: Tue, 24 Oct 2017 12:07:34 -0400 Subject: [PATCH] remove unnecessary include --- .../TypedArrays/BigInt64Array/prototype/not-typedarray-object.js | 1 - .../BigUint64Array/prototype/not-typedarray-object.js | 1 - 2 files changed, 2 deletions(-) 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] ---*/ -- GitLab