mirror of https://github.com/tc39/test262.git
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.
|
1. Let O be the this value.
|
||||||
2. Perform ? ValidateTypedArray(O).
|
2. Perform ? ValidateTypedArray(O).
|
||||||
...
|
...
|
||||||
includes: [testTypedArray.js]
|
includes: [detachArrayBuffer.js, testTypedArray.js]
|
||||||
features: [TypedArray, change-array-by-copy]
|
features: [TypedArray, change-array-by-copy]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ info: |
|
||||||
2. Let O be the this value.
|
2. Let O be the this value.
|
||||||
3. Perform ? ValidateTypedArray(O).
|
3. Perform ? ValidateTypedArray(O).
|
||||||
...
|
...
|
||||||
includes: [testTypedArray.js]
|
includes: [detachArrayBuffer.js, testTypedArray.js]
|
||||||
features: [TypedArray, change-array-by-copy]
|
features: [TypedArray, change-array-by-copy]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue