1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 07:22:38 +08:00

Move tests to parent namespace for now

This commit is contained in:
Dean Herbert
2019-11-11 18:42:32 +09:00
Unverified
parent c0f6e4687a
commit ce4843be22
3 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
namespace osu.Game.Tests.Visual.UserInterface.MenuItems
namespace osu.Game.Tests.Visual.UserInterface
{
public class TestSceneStatefulMenuItem : OsuTestScene
{
@@ -6,7 +6,7 @@ using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Game.Graphics.UserInterface;
namespace osu.Game.Tests.Visual.UserInterface.MenuItems
namespace osu.Game.Tests.Visual.UserInterface
{
public class TestSceneThreeStateMenuItem : OsuTestScene
{
@@ -6,7 +6,7 @@ using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Game.Graphics.UserInterface;
namespace osu.Game.Tests.Visual.UserInterface.MenuItems
namespace osu.Game.Tests.Visual.UserInterface
{
public class TestSceneToggleMenuItem : OsuTestScene
{