Skip to content

Commit

Permalink
Disable generating files
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Nov 22, 2023
1 parent 50e4fb3 commit 5730b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cs/tests/C2CS.Tests/TestCSharpCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void Compiles()
private readonly TestFixtureCSharpCode _fixture;

public TestCSharpCode()
: base("Data/Values", regenerateDataFiles: true)
: base("Data/Values", regenerateDataFiles: false)
{
var services = TestHost.Services;
_fixture = services.GetService<TestFixtureCSharpCode>()!;
Expand Down

0 comments on commit 5730b71

Please sign in to comment.