mirror of https://github.com/tc39/test262.git
Add missing include to WeakSet/iterable-with-symbol-values
This commit is contained in:
parent
b5d3192914
commit
c15d4bef28
|
@ -12,6 +12,7 @@ info: |
|
|||
WeakSet.prototype.add ( _value_ ):
|
||||
6. Append _value_ as the last element of _entries_.
|
||||
features: [Symbol, WeakSet, symbols-as-weakmap-keys]
|
||||
includes: [compareArray.js]
|
||||
---*/
|
||||
|
||||
var first = Symbol('a description');
|
||||
|
|
Loading…
Reference in New Issue