Add missing includes to toSorted/toReversed this-value-invalid.js tests

Otherwise $DETACHBUFFER() is not defined in those files.
This commit is contained in:
Linus Groh 2022-10-18 13:30:43 +02:00 committed by Ms2ger
parent 6f4601d095
commit 5a858cc0c4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ info: |
1. Let O be the this value.
2. Perform ? ValidateTypedArray(O).
...
includes: [testTypedArray.js]
includes: [detachArrayBuffer.js, testTypedArray.js]
features: [TypedArray, change-array-by-copy]
---*/

View File

@ -11,7 +11,7 @@ info: |
2. Let O be the this value.
3. Perform ? ValidateTypedArray(O).
...
includes: [testTypedArray.js]
includes: [detachArrayBuffer.js, testTypedArray.js]
features: [TypedArray, change-array-by-copy]
---*/