Update CpuTestMisc.cs

This commit is contained in:
LDj3SNuD 2019-02-23 01:01:49 +01:00 committed by GitHub
parent a97490a6da
commit 4e7e0d8a0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]