From 76bc6eb183992b3a9cc9df3ec4487409e82d4b1c Mon Sep 17 00:00:00 2001 From: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> Date: Wed, 8 Aug 2018 17:54:37 +0200 Subject: [PATCH] Update CpuTestAluRx.cs --- Ryujinx.Tests/Cpu/CpuTestAluRx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.Tests/Cpu/CpuTestAluRx.cs b/Ryujinx.Tests/Cpu/CpuTestAluRx.cs index 26169bca67..d6cf8dc403 100644 --- a/Ryujinx.Tests/Cpu/CpuTestAluRx.cs +++ b/Ryujinx.Tests/Cpu/CpuTestAluRx.cs @@ -9,7 +9,7 @@ namespace Ryujinx.Tests.Cpu using Tester; using Tester.Types; - [Category("AluRx"), Ignore("Tested: first half of 2018.")] + [Category("AluRx"), Ignore("Tested: second half of 2018.")] public sealed class CpuTestAluRx : CpuTest { #if AluRx