Fix incorrect framework specification for VisualTests.

This commit is contained in:
Dean Herbert
2016-10-26 17:26:26 +09:00
parent 2ef516a6fa
commit faca23163c
11 changed files with 36 additions and 49 deletions

View File

@ -4,7 +4,7 @@
using osu.Framework.GameModes.Testing;
using osu.Game.GameModes.Menu;
namespace osu.Desktop.Tests
namespace osu.Desktop.VisualTests.Tests
{
class TestCaseMenuButtonSystem : TestCase
{