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