diff --git a/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/key-is-numericindex-desc-configurable.js b/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/key-is-numericindex-desc-configurable.js index dc16883a88..fc2137dc40 100644 --- a/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/key-is-numericindex-desc-configurable.js +++ b/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/BigInt/key-is-numericindex-desc-configurable.js @@ -11,9 +11,6 @@ info: | a. Let numericIndex be ! CanonicalNumericIndexString(P). b. If numericIndex is not undefined, then ... - If Desc has a [[Configurable]] field and if Desc.[[Configurable]] is false, return false. - ... - If Desc has a [[Value]] field, then Let value be Desc.[[Value]]. Return ? IntegerIndexedElementSet(O, numericIndex, value). diff --git a/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/key-is-numericindex-desc-configurable.js b/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/key-is-numericindex-desc-configurable.js index ed56d6879b..f379b5c9d5 100644 --- a/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/key-is-numericindex-desc-configurable.js +++ b/test/built-ins/TypedArrayConstructors/internals/DefineOwnProperty/key-is-numericindex-desc-configurable.js @@ -10,9 +10,6 @@ info: | 3. If Type(P) is String, then a. Let numericIndex be ! CanonicalNumericIndexString(P). b. If numericIndex is not undefined, then - ... - If Desc has a [[Configurable]] field and if Desc.[[Configurable]] is - true, return false. ... If Desc has a [[Value]] field, then Let value be Desc.[[Value]].