mirror of https://github.com/tc39/test262.git
Remove mention of "phase: early", since it's never used
(It was folded into "phase: parse" in PR #1366.)
This commit is contained in:
parent
93a2ba8c28
commit
fd27d1f5d0
|
@ -179,8 +179,7 @@ attribute is a YAML dictonary with two keys:
|
|||
|
||||
- `phase` - the stage of the test interpretation process that the error is
|
||||
expected to be produced; valid phases are:
|
||||
- `parse`: occurs while parsing the source text.
|
||||
- `early`: occurs prior to evaluation.
|
||||
- `parse`: occurs while parsing the source text, or while checking it for early errors.
|
||||
- `resolution`: occurs during module resolution.
|
||||
- `runtime`: occurs during evaluation.
|
||||
- `type` - the name of the constructor of the expected error
|
||||
|
|
Loading…
Reference in New Issue