From a943c7b418cc93805f772361c7e2cf340e1a285a Mon Sep 17 00:00:00 2001 From: Arlo Date: Mon, 9 Dec 2024 11:17:56 -0600 Subject: [PATCH] Update components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Helpers/CSharpGeneratorTest{TGenerator}.cs Co-authored-by: 0x5BFA <62196528+0x5bfa@users.noreply.github.com> --- .../Helpers/CSharpGeneratorTest{TGenerator}.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Helpers/CSharpGeneratorTest{TGenerator}.cs b/components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Helpers/CSharpGeneratorTest{TGenerator}.cs index 03d74635..5390d185 100644 --- a/components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Helpers/CSharpGeneratorTest{TGenerator}.cs +++ b/components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Helpers/CSharpGeneratorTest{TGenerator}.cs @@ -211,7 +211,7 @@ private static void RunGenerator( { Compilation originalCompilation = CreateCompilation(source, languageVersion); - // Create the generator driver with the D2D shader generator + // Create the generator driver with the specified generator GeneratorDriver driver = CSharpGeneratorDriver.Create(new TGenerator()).WithUpdatedParseOptions(originalCompilation.SyntaxTrees.First().Options); // Run all source generators on the input source code