Skip to content

Commit

Permalink
Add missing includes to toSorted/toReversed this-value-invalid.js tests
Browse files Browse the repository at this point in the history
Otherwise $DETACHBUFFER() is not defined in those files.
  • Loading branch information
linusg authored and Ms2ger committed Oct 18, 2022
1 parent 6f4601d commit 5a858cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/

Expand Down

0 comments on commit 5a858cc

Please sign in to comment.