From 959840a62a598a6c2290c24ad6a5d0e7cf384241 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Thu, 29 Oct 2020 13:48:33 -0400 Subject: [PATCH] Remove unused include --- .../internals/DefineOwnProperty/BigInt/key-is-numericindex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/key-is-numericindex.js b/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/key-is-numericindex.js index fa3b7dc841..4543aa61c7 100644 --- a/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/key-is-numericindex.js +++ b/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/key-is-numericindex.js @@ -16,7 +16,7 @@ info: | Return ? IntegerIndexedElementSet(O, numericIndex, value). ... -includes: [testBigIntTypedArray.js, propertyHelper.js] +includes: [testBigIntTypedArray.js] features: [align-detached-buffer-semantics-with-web-reality, BigInt, Reflect, TypedArray] ---*/ testWithBigIntTypedArrayConstructors(function(TA) {