From 4bdfc9dca9c288304129ae0e3b64c7bf000a7aa5 Mon Sep 17 00:00:00 2001
From: smoogipoo <smoogipoo@smgi.me>
Date: Thu, 29 Mar 2018 17:19:14 +0900
Subject: [PATCH] Fix testcase

---
 osu.Game.Tests/Visual/TestCaseEditorSelectionLayer.cs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/osu.Game.Tests/Visual/TestCaseEditorSelectionLayer.cs b/osu.Game.Tests/Visual/TestCaseEditorSelectionLayer.cs
index bbbfef477a..d56417f144 100644
--- a/osu.Game.Tests/Visual/TestCaseEditorSelectionLayer.cs
+++ b/osu.Game.Tests/Visual/TestCaseEditorSelectionLayer.cs
@@ -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;