Merge branch 'master' into selectionlayer-rewrite

This commit is contained in:
Dean Herbert 2018-04-05 21:03:02 +09:00
commit 1a6dfcbc1c
2 changed files with 1 additions and 16 deletions

@ -1 +1 @@
Subproject commit e72c85be22b9d853df075b965cdd433eb9deccf3
Subproject commit e4b0b57f5d3a80c09dcdfb6c8d30962e842b9fc3

View File

@ -1,15 +0,0 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using NUnit.Framework;
using osu.Framework.Testing;
namespace osu.Game.Tests
{
[TestFixture]
internal class TestTestCase : TestCase
{
// This TestCase is required for nunit to not throw errors
// See: https://github.com/nunit/nunit/issues/1118
}
}