Skip to content

Commit c15d4be

Browse files
sygptomato
authored andcommitted
Add missing include to WeakSet/iterable-with-symbol-values
1 parent b5d3192 commit c15d4be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/built-ins/WeakSet/iterable-with-symbol-values.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ info: |
1212
WeakSet.prototype.add ( _value_ ):
1313
6. Append _value_ as the last element of _entries_.
1414
features: [Symbol, WeakSet, symbols-as-weakmap-keys]
15+
includes: [compareArray.js]
1516
---*/
1617

1718
var first = Symbol('a description');

0 commit comments

Comments
 (0)