1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 00:13:19 +08:00

Remove a few unnecessary attributes in OsuTestCase.

This commit is contained in:
smoogipooo 2017-09-06 21:22:23 +09:00
parent cfd25693ce
commit f70b4839bd

View File

@ -1,17 +1,14 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using NUnit.Framework;
using osu.Framework.Desktop.Platform; using osu.Framework.Desktop.Platform;
using osu.Framework.Testing; using osu.Framework.Testing;
using osu.Game; using osu.Game;
namespace osu.Desktop.Tests.Visual namespace osu.Desktop.Tests.Visual
{ {
[TestFixture]
public abstract class OsuTestCase : TestCase public abstract class OsuTestCase : TestCase
{ {
[Test]
public override void RunTest() public override void RunTest()
{ {
using (var host = new HeadlessGameHost(realtime: false)) using (var host = new HeadlessGameHost(realtime: false))