Add missing used features to private fields tests (#2361)

This commit is contained in:
Nicolò Ribaudo 2019-09-24 19:51:47 +02:00 committed by Leo Balter
parent 7697d3a1d5
commit 5de1bb4cd5
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ info: |
3. If the binding for N in envRec is an uninitialized binding, throw a ReferenceError exception.
...
features: [class-fields-private, class]
features: [class-fields-private, class-fields-public, class]
---*/
const self = this;

View File

@ -63,7 +63,7 @@ info: |
4. If entry is empty, throw a TypeError exception.
5. Return entry.[[PrivateFieldValue]].
features: [class-fields-private, class]
features: [class-fields-private, class-fields-public, class]
---*/
const self = this;