Update TrackingTests.cs
This commit is contained in:
parent
b1e825fb97
commit
37b9a051ad
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
using NUnit.Framework.Legacy;
|
||||||
using Ryujinx.Memory;
|
using Ryujinx.Memory;
|
||||||
using Ryujinx.Memory.Tracking;
|
using Ryujinx.Memory.Tracking;
|
||||||
using System;
|
using System;
|
||||||
|
@ -191,7 +192,7 @@ namespace Ryujinx.Tests.Memory
|
||||||
ClassicAssert.False(alignedAfterTriggers);
|
ClassicAssert.False(alignedAfterTriggers);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test, Explicit, CancelAfterAttribute(1000)]
|
[Test, Explicit, CancelAfter(1000)]
|
||||||
public void Multithreading()
|
public void Multithreading()
|
||||||
{
|
{
|
||||||
// Multithreading sanity test
|
// Multithreading sanity test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue