diff options
| author | LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> | 2018-02-23 13:29:20 +0100 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-02-23 09:29:20 -0300 |
| commit | f09a0082bf86e5e03e8a86c4c72f1794bb664534 (patch) | |
| tree | fb8cc614256e4dc69266300c43bd50b1f19273a5 /Ryujinx.Tests/Cpu/CpuTestSimdMove.cs | |
| parent | 0ff5ec5cb50cd4afd65102434df277656956e868 (diff) | |
Review of cpu tests and creation of a class for mixed cpu tests. (#35)
* Update CpuTest.cs
* Update CpuTestAlu.cs
* Update CpuTestScalar.cs
* Update CpuTestSimdMove.cs
* Create CpuTestMisc.cs
* Update CpuTest.cs
* Update CpuTestScalar.cs
* Update CpuTest.cs
* Update CpuTestAlu.cs
* Update CpuTestMisc.cs
* Update CpuTestScalar.cs
Diffstat (limited to 'Ryujinx.Tests/Cpu/CpuTestSimdMove.cs')
| -rw-r--r-- | Ryujinx.Tests/Cpu/CpuTestSimdMove.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Ryujinx.Tests/Cpu/CpuTestSimdMove.cs b/Ryujinx.Tests/Cpu/CpuTestSimdMove.cs index d77ac9e5..372689d0 100644 --- a/Ryujinx.Tests/Cpu/CpuTestSimdMove.cs +++ b/Ryujinx.Tests/Cpu/CpuTestSimdMove.cs @@ -3,8 +3,7 @@ using NUnit.Framework; namespace Ryujinx.Tests.Cpu { - [TestFixture] - public partial class CpuTest + public class CpuTestSimdMove : CpuTest { [TestCase(0u, 0u, 0x2313221221112010ul, 0x0000000000000000ul)] [TestCase(1u, 0u, 0x2313221221112010ul, 0x2717261625152414ul)] |
