Make VisualTests/nUnit work again

This commit is contained in:
Dean Herbert
2018-03-28 12:33:01 +09:00
parent 306ff09792
commit 94b1d3e4af
6 changed files with 66 additions and 30 deletions

View File

@ -44,9 +44,6 @@ namespace osu.Desktop
{
switch (args.FirstOrDefault() ?? string.Empty)
{
case "--tests":
host.Run(new OsuTestBrowser());
break;
default:
host.Run(new OsuGameDesktop(args));
break;