mirror of
https://github.com/ppy/osu.git
synced 2024-11-08 01:27:46 +08:00
Merge pull request #10237 from peppy/fix-missing-headless-test
Fix missing HeadlessTest specification in new test
This commit is contained in:
commit
73ea527ec7
@ -16,12 +16,14 @@ using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.OpenGL.Textures;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using osu.Framework.Graphics.Textures;
|
||||
using osu.Framework.Testing;
|
||||
using osu.Game.Rulesets.Osu;
|
||||
using osu.Game.Rulesets.UI;
|
||||
using osu.Game.Tests.Visual;
|
||||
|
||||
namespace osu.Game.Tests.Rulesets
|
||||
{
|
||||
[HeadlessTest]
|
||||
public class TestSceneDrawableRulesetDependencies : OsuTestScene
|
||||
{
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user