Lint fixes

This commit is contained in:
Rick Waldron 2020-11-02 19:49:08 -05:00
parent 5c546996ba
commit 112967c1a9
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ info: |
Let value be Desc.[[Value]].
Return ? IntegerIndexedElementSet(O, numericIndex, value).
includes: [testTypedArray.js, propertyHelper.js]
includes: [testTypedArray.js]
features: [Reflect, TypedArray]
---*/

View File

@ -15,7 +15,7 @@ info: |
iii. Return a PropertyDescriptor{[[Value]]: value, [[Writable]]: true,
[[Enumerable]]: true, [[Configurable]]: true}.
...
includes: [testBigIntTypedArray.js, propertyHelper.js]
includes: [testBigIntTypedArray.js]
features: [align-detached-buffer-semantics-with-web-reality, BigInt, TypedArray]
---*/
testWithBigIntTypedArrayConstructors(function(TA) {

View File

@ -15,7 +15,7 @@ info: |
iii. Return a PropertyDescriptor{[[Value]]: value, [[Writable]]: true,
[[Enumerable]]: true, [[Configurable]]: true}.
...
includes: [testTypedArray.js, propertyHelper.js]
includes: [testTypedArray.js]
features: [align-detached-buffer-semantics-with-web-reality, TypedArray]
---*/