Update CpuTestMisc.cs
This commit is contained in:
parent
a97490a6da
commit
4e7e0d8a0a
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ namespace Ryujinx.Tests.Cpu
|
|||
public sealed class CpuTestMisc : CpuTest
|
||||
{
|
||||
#if Misc
|
||||
private const int RndCnt = 2;
|
||||
private const int RndCntImm = 2;
|
||||
private const int RndCnt = 2;
|
||||
private const int RndCntImm = 2;
|
||||
|
||||
#region "AluImm & Csel"
|
||||
[Test, Pairwise]
|
||||
|
|
Loading…
Add table
Reference in a new issue