Skip to content

Commit

Permalink
Merge pull request #1500 from peppy/framework-testcase-abstract
Browse files Browse the repository at this point in the history
Make FrameworkTestCase abstract
  • Loading branch information
smoogipoo committed Apr 8, 2018
2 parents 02d7a0f + e08c882 commit 53a9780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Visual/FrameworkTestCase.cs
Expand Up @@ -8,7 +8,7 @@

namespace osu.Framework.Tests.Visual
{
public class FrameworkTestCase : TestCase
public abstract class FrameworkTestCase : TestCase
{
public override void RunTest()
{
Expand Down

0 comments on commit 53a9780

Please sign in to comment.