1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 07:07:18 +08:00

Fix testcase

This commit is contained in:
smoogipoo 2018-03-29 17:19:14 +09:00
parent 6314694557
commit 4bdfc9dca9

View File

@ -3,6 +3,7 @@
using System;
using System.Collections.Generic;
using JetBrains.Annotations;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Timing;
@ -32,7 +33,8 @@ namespace osu.Game.Tests.Visual
typeof(HitObjectMask),
typeof(HitCircleMask),
typeof(SliderMask),
typeof(SliderCircleMask)
typeof(SliderCircleMask),
typeof(NotNullAttribute)
};
private DependencyContainer dependencies;