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

@ -5,7 +5,7 @@ using System;
using osu.Framework.Desktop;
using osu.Framework.Platform;
namespace osu.Framework.VisualTests
namespace osu.Desktop.VisualTests
{
public static class Program
{