Skip to content

Commit 5a858cc

Browse files
linusgMs2ger
authored andcommitted
Add missing includes to toSorted/toReversed this-value-invalid.js tests
Otherwise $DETACHBUFFER() is not defined in those files.
1 parent 6f4601d commit 5a858cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/built-ins/TypedArray/prototype/toReversed/this-value-invalid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info: |
1111
1. Let O be the this value.
1212
2. Perform ? ValidateTypedArray(O).
1313
...
14-
includes: [testTypedArray.js]
14+
includes: [detachArrayBuffer.js, testTypedArray.js]
1515
features: [TypedArray, change-array-by-copy]
1616
---*/
1717

test/built-ins/TypedArray/prototype/toSorted/this-value-invalid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info: |
1111
2. Let O be the this value.
1212
3. Perform ? ValidateTypedArray(O).
1313
...
14-
includes: [testTypedArray.js]
14+
includes: [detachArrayBuffer.js, testTypedArray.js]
1515
features: [TypedArray, change-array-by-copy]
1616
---*/
1717

0 commit comments

Comments
 (0)