summaryrefslogtreecommitdiff
path: root/src/class-fields/static-propname-prototype.case
diff options
context:
space:
mode:
Diffstat (limited to 'src/class-fields/static-propname-prototype.case')
-rw-r--r--src/class-fields/static-propname-prototype.case2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class-fields/static-propname-prototype.case b/src/class-fields/static-propname-prototype.case
index 30911e943..0a514572e 100644
--- a/src/class-fields/static-propname-prototype.case
+++ b/src/class-fields/static-propname-prototype.case
@@ -10,7 +10,7 @@ info: |
ClassElement : staticFieldDefinition;
It is a Syntax Error if PropName of FieldDefinition is "prototype" or "constructor".
-features: [class-fields]
+features: [class, class-fields-public]
template: propname-error-static
---*/