Skip to content

Commit

Permalink
Partial revert of afc8f87
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Feb 21, 2024
1 parent 14bb2d0 commit 3d7701b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Which is valid.
> [!SAMPLE Sample]";


var result = EmptySource.RunSourceGenerator<ToolkitSampleMetadataGenerator>(SAMPLE_ASM_NAME, markdown);
var result = SimpleSource.RunSourceGenerator<ToolkitSampleMetadataGenerator>(SAMPLE_ASM_NAME, markdown);

result.AssertNoCompilationErrors();
result.AssertDiagnosticsAre();
Expand Down

0 comments on commit 3d7701b

Please sign in to comment.