Delete CpuTestScalar.cs

This commit is contained in:
LDj3SNuD 2018-06-17 21:30:54 +02:00 committed by GitHub
parent d101f03abf
commit 0f692607cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +0,0 @@
// TODO: Delete.
using ChocolArm64.State;
using NUnit.Framework;
using System.Runtime.Intrinsics.X86;
namespace Ryujinx.Tests.Cpu
{
public class CpuTestScalar : CpuTest
{
}
}