Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Mar 12, 2023
1 parent 4b97464 commit 7bea99b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ScratchSnapshotTests/SnapshotRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ public async Task RunOn(params TargetFramework[] frameworks)
var outputFolder = Path.Combine(_path, SnapshotUtils.GetSnapshotDirectoryName(eachFramework, _locale));

//todo: remove
#if DEBUG
await File.WriteAllTextAsync(@"c:\git\intellenum\tests\scratchsnapshottests\test.cs", output);
#endif

diagnostics.Should().BeEmpty(@$"because the following source code should compile on {eachFramework}: " + _source);

Expand Down

0 comments on commit 7bea99b

Please sign in to comment.