Skip to content

Commit

Permalink
Merge pull request #278 from tannergooding/main
Browse files Browse the repository at this point in the history
Ensure that test outputs are marked "partial"
  • Loading branch information
tannergooding authored Oct 11, 2021
2 parents c1f475a + 0d79926 commit 86f52a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ private void VisitRecordDecl(RecordDecl recordDecl)
_testOutputBuilder.WriteIndented("/// <summary>Provides validation of the <see cref=\"");
_testOutputBuilder.Write(escapedName);
_testOutputBuilder.WriteLine("\" /> struct.</summary>");
_testOutputBuilder.WriteIndented("public static unsafe class ");
_testOutputBuilder.WriteIndented("public static unsafe partial class ");
_testOutputBuilder.Write(escapedName);
_testOutputBuilder.WriteLine("Tests");
_testOutputBuilder.WriteBlockStart();
Expand Down

0 comments on commit 86f52a6

Please sign in to comment.