Fix incorrect TestCase type

This commit is contained in:
Dean Herbert 2017-09-07 23:23:51 +09:00
parent b9bec6a983
commit 439cbd09a0
1 changed files with 1 additions and 2 deletions

View File

@ -2,13 +2,12 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics;
using osu.Framework.Testing;
using osu.Game.Graphics.UserInterface;
using osu.Game.Screens.Edit.Menus;
namespace osu.Desktop.Tests.Visual
{
public class TestCaseEditorMenuBar : TestCase
public class TestCaseEditorMenuBar : OsuTestCase
{
public TestCaseEditorMenuBar()
{