mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Add missing includes to toSorted/toReversed this-value-invalid.js tests
Otherwise $DETACHBUFFER() is not defined in those files.
This commit is contained in:
parent
6f4601d095
commit
5a858cc0c4
@ -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]
|
||||
---*/
|
||||
|
||||
|
@ -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]
|
||||
---*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user