Use generated skippers only

This commit is contained in:
Matt Nadareski
2024-02-29 00:48:09 -05:00
parent 5753f5850d
commit 5c5b18539c
14 changed files with 6 additions and 451 deletions

View File

@@ -10,7 +10,7 @@ namespace SabreTools.Test.Skippers
{
public RuleTransformTests()
{
SkipperMatch.Init(false);
SkipperMatch.Init();
}
[Theory]