diff options
Diffstat (limited to 'src/Ryujinx.Tests/Cpu/Arm64CodeGenCommonTests.cs')
-rw-r--r-- | src/Ryujinx.Tests/Cpu/Arm64CodeGenCommonTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.Tests/Cpu/Arm64CodeGenCommonTests.cs b/src/Ryujinx.Tests/Cpu/Arm64CodeGenCommonTests.cs index e16361bb..0092d9a1 100644 --- a/src/Ryujinx.Tests/Cpu/Arm64CodeGenCommonTests.cs +++ b/src/Ryujinx.Tests/Cpu/Arm64CodeGenCommonTests.cs @@ -31,7 +31,7 @@ namespace Ryujinx.Tests.Cpu new() { Value = 0xffff8fffffff8fff, Valid = true, ImmN = 0, ImmS = 0x1c, ImmR = 17 }, new() { Value = 0x000000000ffff800, Valid = true, ImmN = 1, ImmS = 0x10, ImmR = 53 }, }; - + [Test] public void BitImmTests([ValueSource(nameof(TestCases))] TestCase test) { @@ -43,4 +43,4 @@ namespace Ryujinx.Tests.Cpu Assert.That(immR, Is.EqualTo(test.ImmR)); } } -}
\ No newline at end of file +} |