From fd27d1f5d00dcccc5f763252fc11b575ee0bdd2f Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Wed, 3 Feb 2021 23:23:17 -0500 Subject: [PATCH] Remove mention of "phase: early", since it's never used (It was folded into "phase: parse" in PR #1366.) --- INTERPRETING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INTERPRETING.md b/INTERPRETING.md index f4888362fa..dc162c4ffc 100644 --- a/INTERPRETING.md +++ b/INTERPRETING.md @@ -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