diff --git a/docs/contributing/Compiler Test Plan.md b/docs/contributing/Compiler Test Plan.md index 00098c2fa22f0..23d524d321709 100644 --- a/docs/contributing/Compiler Test Plan.md +++ b/docs/contributing/Compiler Test Plan.md @@ -28,7 +28,7 @@ This document provides guidance for thinking about language interactions and tes - AnalyzeStatementDataFlow - ClassifyConversion - GetOperation (`IOperation`) - - GetCFG (`ControlFlowGraph`) + - GetCFG (`ControlFlowGraph`), including a scenario with some nested conditional - DocumentationCommentId APIs - VB/F# interop - C++/CLI interop (particularly for metadata format changes, e.g. DIMs, static abstracts in interfaces, or generic attributes)