Skip to content
Snippets Groups Projects
Commit ad446cae authored by Rick Waldron's avatar Rick Waldron Committed by Leo Balter
Browse files

Class Fields: remove "class-fields-public" from .template (set in .case)

class-fields-public doesn't apply to all tests that are generated from these templates
parent ad9fd16b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/*--- /*---
path: language/statements/class/fields-evaluation-error- path: language/statements/class/fields-evaluation-error-
name: field definitions in a class declaration name: field definitions in a class declaration
features: [class, class-fields-public] features: [class]
esid: sec-runtime-semantics-classdefinitionevaluation esid: sec-runtime-semantics-classdefinitionevaluation
---*/ ---*/
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/*--- /*---
path: language/expressions/class/fields-evaluation-error- path: language/expressions/class/fields-evaluation-error-
name: field definitions in a class expression name: field definitions in a class expression
features: [class, class-fields-public] features: [class]
esid: sec-runtime-semantics-classdefinitionevaluation esid: sec-runtime-semantics-classdefinitionevaluation
---*/ ---*/
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/*--- /*---
path: language/statements/class/fields- path: language/statements/class/fields-
name: field definitions in a class declaration name: field definitions in a class declaration
features: [class, class-fields-public] features: [class]
esid: prod-FieldDefinition esid: prod-FieldDefinition
---*/ ---*/
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/*--- /*---
path: language/expressions/class/fields- path: language/expressions/class/fields-
name: field definitions in a class expression name: field definitions in a class expression
features: [class, class-fields-public] features: [class]
esid: prod-FieldDefinition esid: prod-FieldDefinition
---*/ ---*/
......
...@@ -16,8 +16,8 @@ info: | ...@@ -16,8 +16,8 @@ info: |
ScriptBody:StatementList ScriptBody:StatementList
It is a Syntax Error if StatementList Contains NewTarget. It is a Syntax Error if StatementList Contains NewTarget.
features: [class, class-fields-public] features: [class, new.target]
template: initializer-eval template: initializer-eval-newtarget
---*/ ---*/
//- initializer //- initializer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment