Skip to content

Commit a34a23e

Browse files
committed
Add DiffPlex to source generator tests
1 parent b959ffb commit a34a23e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System.Runtime.CompilerServices;
2+
using VerifyTests.DiffPlex;
3+
4+
namespace Genbox.FastData.Generator.CPlusPlus.Tests.Properties;
5+
6+
internal static class ModuleInitializer
7+
{
8+
[ModuleInitializer]
9+
public static void Initialize() => VerifyDiffPlex.Initialize(OutputType.Compact);
10+
}

0 commit comments

Comments
 (0)