Remove mention of "phase: early", since it's never used

(It was folded into "phase: parse" in PR #1366.)
This commit is contained in:
Michael Dyck 2021-02-03 23:23:17 -05:00 committed by Rick Waldron
parent 93a2ba8c28
commit fd27d1f5d0
1 changed files with 1 additions and 2 deletions

View File

@ -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