Skip to content

Commit

Permalink
Update components/DependencyPropertyGenerator/CommunityToolkit.Depend…
Browse files Browse the repository at this point in the history
…encyPropertyGenerator.Tests/Helpers/CSharpGeneratorTest{TGenerator}.cs

Co-authored-by: 0x5BFA <[email protected]>
  • Loading branch information
Arlodotexe and 0x5bfa authored Dec 9, 2024
1 parent b48e37f commit a943c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a943c7b

Please sign in to comment.