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

This commit is contained in:
Rick Waldron 2018-01-05 15:19:50 -05:00
parent fad683d14b
commit e9a187100a
4 changed files with 2 additions and 10 deletions

View File

@ -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.";

View File

@ -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.";

View File

@ -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.";

View File

@ -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.";