mirror of https://github.com/tc39/test262.git
Add missing features to privates tests
This commit is contained in:
parent
5331ca05a2
commit
0ecbae467b
|
@ -50,7 +50,7 @@ info: |
|
|||
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||
|
||||
template: productions
|
||||
features: [class-methods-private]
|
||||
features: [class-methods-private, class-fields-private]
|
||||
---*/
|
||||
|
||||
//- elements
|
||||
|
|
|
@ -49,7 +49,7 @@ info: |
|
|||
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||
|
||||
template: productions
|
||||
features: [class-methods-private]
|
||||
features: [class-methods-private, class-fields-private]
|
||||
---*/
|
||||
|
||||
//- elements
|
||||
|
|
|
@ -49,7 +49,7 @@ info: |
|
|||
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||
|
||||
template: productions
|
||||
features: [class-methods-private]
|
||||
features: [class-methods-private, class-fields-private]
|
||||
---*/
|
||||
|
||||
//- elements
|
||||
|
|
|
@ -49,7 +49,7 @@ info: |
|
|||
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||
|
||||
template: productions
|
||||
features: [class-methods-private]
|
||||
features: [class-methods-private, class-fields-private]
|
||||
---*/
|
||||
|
||||
//- elements
|
||||
|
|
|
@ -49,7 +49,7 @@ info: |
|
|||
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||
|
||||
template: productions
|
||||
features: [class-methods-private]
|
||||
features: [class-methods-private, class-fields-private]
|
||||
---*/
|
||||
|
||||
//- elements
|
||||
|
|
Loading…
Reference in New Issue