diff options
Diffstat (limited to 'src/Ryujinx.Tests/Cpu/CpuTestT32Flow.cs')
-rw-r--r-- | src/Ryujinx.Tests/Cpu/CpuTestT32Flow.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Tests/Cpu/CpuTestT32Flow.cs b/src/Ryujinx.Tests/Cpu/CpuTestT32Flow.cs index 03d90a1f..f3832a8c 100644 --- a/src/Ryujinx.Tests/Cpu/CpuTestT32Flow.cs +++ b/src/Ryujinx.Tests/Cpu/CpuTestT32Flow.cs @@ -164,4 +164,4 @@ namespace Ryujinx.Tests.Cpu Assert.That(GetContext().GetPstateFlag(PState.TFlag), Is.EqualTo(false)); } } -}
\ No newline at end of file +} |