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