Convert audio tests to xUnit
This commit is contained in:
parent
65d0bee674
commit
4f8394416b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace Ryujinx.Tests.Audio.Renderer.Server
|
|||
[Fact]
|
||||
public void EnsureTypeSize()
|
||||
{
|
||||
Assert.True(0x220 >= Unsafe.SizeOf<VoiceState>());
|
||||
Assert.True(Unsafe.SizeOf<VoiceState>() <= 0x220);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue