aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Tests/Audio/Renderer/Common/VoiceUpdateStateTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Tests/Audio/Renderer/Common/VoiceUpdateStateTests.cs')
-rw-r--r--Ryujinx.Tests/Audio/Renderer/Common/VoiceUpdateStateTests.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/Ryujinx.Tests/Audio/Renderer/Common/VoiceUpdateStateTests.cs b/Ryujinx.Tests/Audio/Renderer/Common/VoiceUpdateStateTests.cs
deleted file mode 100644
index fe935cb6..00000000
--- a/Ryujinx.Tests/Audio/Renderer/Common/VoiceUpdateStateTests.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using NUnit.Framework;
-using Ryujinx.Audio.Renderer.Common;
-using System.Runtime.CompilerServices;
-
-namespace Ryujinx.Tests.Audio.Renderer.Common
-{
- class VoiceUpdateStateTests
- {
- [Test]
- public void EnsureTypeSize()
- {
- Assert.LessOrEqual(Unsafe.SizeOf<VoiceUpdateState>(), 0x100);
- }
- }
-}