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

@ -1,13 +1,12 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using OpenTK.Input;
using osu.Framework.GameModes.Testing;
using osu.Framework.Graphics;
using osu.Game.Graphics.UserInterface;
using OpenTK.Input;
namespace osu.Desktop.Tests
namespace osu.Desktop.VisualTests.Tests
{
class TestCaseKeyCounter : TestCase
{