Skip to content

Commit e0d8f66

Browse files
linusgptomato
authored andcommitted
Add missing include to WeakMap.prototype.getOrInsertComputed() test
1 parent 6251b55 commit e0d8f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/built-ins/WeakMap/prototype/getOrInsertComputed/throw-if-key-cannot-be-held-weakly.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ info: |
1111
...
1212
4. If CanBeHeldWeakly(_key_) is *false*, throw a *TypeError* exception.
1313
...
14+
includes: [compareArray.js]
1415
features: [Symbol, WeakMap, upsert]
1516
---*/
1617

0 commit comments

Comments
 (0)