Skip to content

Commit b5d5e33

Browse files
committed
.
1 parent 0990f3f commit b5d5e33

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/Benchmarks/Benchmarks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
<ProjectReference Include="..\Verify\Verify.csproj" />
1414
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
16+
<Compile Include="..\Verify.Tests\PatternScrubberRunner.cs" />
1617
</ItemGroup>
1718
</Project>

src/Verify/Serialization/Scrubbers/PatternScrubberRunner.cs renamed to src/Verify.Tests/PatternScrubberRunner.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
using System.Buffers;
2+
13
namespace VerifyTests;
24

5+
// Test-only helper: invokes the pattern walker against a single scrubber
6+
// without going through the full ScrubberPipeline.
37
static class PatternScrubberRunner
48
{
59
static readonly Dictionary<string, object> emptyContext = new();

0 commit comments

Comments
 (0)