Skip to content

Commit

Permalink
Make class partial
Browse files Browse the repository at this point in the history
I've had to disable Roslyn analysers because there's a pretty bad memory
leak somewhere :(
  • Loading branch information
smoogipoo committed Apr 18, 2024
1 parent 7844ac8 commit 9dceab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Visual/Testing/TestSceneTestRetry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace osu.Framework.Tests.Visual.Testing
{
[HeadlessTest]
public class TestSceneTestRetry : FrameworkTestScene
public partial class TestSceneTestRetry : FrameworkTestScene
{
private int runCount;
private string? currentTest;
Expand Down

0 comments on commit 9dceab3

Please sign in to comment.