diff --git a/src/Build.UnitTests/Graph/GraphLoadedFromSolution_tests.cs b/src/Build.UnitTests/Graph/GraphLoadedFromSolution_tests.cs index fa5db8f0df7..997f7dd24dc 100644 --- a/src/Build.UnitTests/Graph/GraphLoadedFromSolution_tests.cs +++ b/src/Build.UnitTests/Graph/GraphLoadedFromSolution_tests.cs @@ -546,7 +546,7 @@ public void SolutionsCanInjectEdgesIntoTheProjectGraph(Dictionary ed } } - // Remove some properties for comparison purposes as we are comparing a graph created with and without a solution. + // Remove some properties for comparison purposes as we are comparing a graph created from a solution against the graph (without solution properties) used to make the solution. // This is done as a separate pass since some edges may be sharing an instance. foreach (string propertyToIgnore in propertiesToIgnore) {