Skip to content

Commit

Permalink
Add missing include to WeakSet/iterable-with-symbol-values
Browse files Browse the repository at this point in the history
  • Loading branch information
syg authored and ptomato committed Oct 24, 2022
1 parent b5d3192 commit c15d4be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/built-ins/WeakSet/iterable-with-symbol-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit c15d4be

Please sign in to comment.