From 4e7e0d8a0aa57a7d7e8d5f0cb8dd531dc8dd4a18 Mon Sep 17 00:00:00 2001 From: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> Date: Sat, 23 Feb 2019 01:01:49 +0100 Subject: [PATCH] Update CpuTestMisc.cs --- Ryujinx.Tests/Cpu/CpuTestMisc.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx.Tests/Cpu/CpuTestMisc.cs b/Ryujinx.Tests/Cpu/CpuTestMisc.cs index 89ea47a920..e976c2c00a 100644 --- a/Ryujinx.Tests/Cpu/CpuTestMisc.cs +++ b/Ryujinx.Tests/Cpu/CpuTestMisc.cs @@ -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]