mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 21:12:55 +08:00
Merge pull request #2352 from peppy/remove-test-testcase
Remove TestTestCase
This commit is contained in:
commit
e120b0edae
@ -1 +1 @@
|
||||
Subproject commit 6852878ce30e1bfde301282563d09c7927d9106c
|
||||
Subproject commit e4b0b57f5d3a80c09dcdfb6c8d30962e842b9fc3
|
@ -1,15 +0,0 @@
|
||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using NUnit.Framework;
|
||||
using osu.Framework.Testing;
|
||||
|
||||
namespace osu.Game.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
internal class TestTestCase : TestCase
|
||||
{
|
||||
// This TestCase is required for nunit to not throw errors
|
||||
// See: https://github.com/nunit/nunit/issues/1118
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user