Skip to content

Commit a943c7b

Browse files
Arlodotexe0x5bfa
andauthored
Update components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Helpers/CSharpGeneratorTest{TGenerator}.cs
Co-authored-by: 0x5BFA <[email protected]>
1 parent b48e37f commit a943c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Helpers/CSharpGeneratorTest{TGenerator}.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ private static void RunGenerator(
211211
{
212212
Compilation originalCompilation = CreateCompilation(source, languageVersion);
213213

214-
// Create the generator driver with the D2D shader generator
214+
// Create the generator driver with the specified generator
215215
GeneratorDriver driver = CSharpGeneratorDriver.Create(new TGenerator()).WithUpdatedParseOptions(originalCompilation.SyntaxTrees.First().Options);
216216

217217
// Run all source generators on the input source code

0 commit comments

Comments
 (0)