mirror of https://github.com/tc39/test262.git
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
This commit is contained in:
parent
ad9fd16bd1
commit
ad446cae7d
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
path: language/statements/class/fields-evaluation-error-
|
||||
name: field definitions in a class declaration
|
||||
features: [class, class-fields-public]
|
||||
features: [class]
|
||||
esid: sec-runtime-semantics-classdefinitionevaluation
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
path: language/expressions/class/fields-evaluation-error-
|
||||
name: field definitions in a class expression
|
||||
features: [class, class-fields-public]
|
||||
features: [class]
|
||||
esid: sec-runtime-semantics-classdefinitionevaluation
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
path: language/statements/class/fields-
|
||||
name: field definitions in a class declaration
|
||||
features: [class, class-fields-public]
|
||||
features: [class]
|
||||
esid: prod-FieldDefinition
|
||||
---*/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
path: language/expressions/class/fields-
|
||||
name: field definitions in a class expression
|
||||
features: [class, class-fields-public]
|
||||
features: [class]
|
||||
esid: prod-FieldDefinition
|
||||
---*/
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ info: |
|
|||
ScriptBody:StatementList
|
||||
|
||||
It is a Syntax Error if StatementList Contains NewTarget.
|
||||
features: [class, class-fields-public]
|
||||
template: initializer-eval
|
||||
features: [class, new.target]
|
||||
template: initializer-eval-newtarget
|
||||
---*/
|
||||
|
||||
//- initializer
|
||||
|
|
Loading…
Reference in New Issue