mirror of https://github.com/ppy/osu
Remove the nullable disable annotation in the test project.
This commit is contained in:
parent
094793bbe3
commit
5dd641bc60
|
@ -1,8 +1,6 @@
|
|||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
#nullable disable
|
||||
|
||||
using NUnit.Framework;
|
||||
using osu.Game.Audio;
|
||||
|
||||
|
|
Loading…
Reference in New Issue