diff --git a/src/accessor-names/private/cls-private-decl-static.template b/src/accessor-names/private/cls-private-decl-static.template index 3457d4684d..e82d3fdf4e 100644 --- a/src/accessor-names/private/cls-private-decl-static.template +++ b/src/accessor-names/private/cls-private-decl-static.template @@ -51,7 +51,7 @@ info: | The sets of code points with Unicode properties "ID_Start" and "ID_Continue" include, respectively, the code points with Unicode properties "Other_ID_Start" and "Other_ID_Continue". -features: [class-methods-private] +features: [class-static-methods-private] ---*/ var stringSet; diff --git a/src/accessor-names/private/cls-private-expr-static.template b/src/accessor-names/private/cls-private-expr-static.template index 379a09d50e..2bacd4cbe3 100644 --- a/src/accessor-names/private/cls-private-expr-static.template +++ b/src/accessor-names/private/cls-private-expr-static.template @@ -52,7 +52,7 @@ info: | The sets of code points with Unicode properties "ID_Start" and "ID_Continue" include, respectively, the code points with Unicode properties "Other_ID_Start" and "Other_ID_Continue". -features: [class-methods-private] +features: [class-static-methods-private] ---*/ var stringSet;