Fix check with tolerance on tester

This commit is contained in:
gdkchan 2019-06-15 13:18:39 -03:00
parent 0d553aff83
commit bb3ccccd3c

View file

@ -440,7 +440,7 @@ namespace Ryujinx.Tests.Cpu
{
Assert.That (_context.GetV(0).GetDouble(0),
Is.EqualTo(_unicornEmu.Q[0].GetDouble(0)).Within(1).Ulps);
Assert.That (_context.GetV(1).GetDouble(1),
Assert.That (_context.GetV(0).GetDouble(1),
Is.EqualTo(_unicornEmu.Q[0].GetDouble(1)).Within(1).Ulps);
Console.WriteLine(fpTolerances);