mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 23:57:22 +08:00
Fix testcase
This commit is contained in:
parent
6314694557
commit
4bdfc9dca9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user