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