Skip to content
Snippets Groups Projects
Commit e9a18710 authored by Rick Waldron's avatar Rick Waldron
Browse files

Remove irrelevant info from src/class-fields/propname-error-static/cls-decl-static-* frontmatter

parent fad683d1
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ path: language/statements/class/fields-initializer-
name: early error -- static ClassElementName Initializer
negative:
type: SyntaxError
phase: early
phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -8,10 +8,6 @@ name: early error -- PropName of IdentifierName is forbidden value
negative:
type: SyntaxError
phase: parse
info: |
Static Semantics: PropName
LiteralPropertyName : IdentifierName
Return StringValue of IdentifierName.
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -6,7 +6,7 @@ path: language/expressions/class/fields-initializer-
name: early error -- static ClassElementName Initializer
negative:
type: SyntaxError
phase: early
phase: parse
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -8,10 +8,6 @@ name: early error -- PropName of IdentifierName is forbidden
negative:
type: SyntaxError
phase: parse
info: |
Static Semantics: PropName
LiteralPropertyName : IdentifierName
Return StringValue of IdentifierName.
---*/
throw "Test262: This statement should not be evaluated.";
......
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