Adjust Ryujinx.Tests.Memory namespace
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
using NUnit.Framework;
|
||||
using Ryujinx.Memory;
|
||||
using Ryujinx.Memory.Tracking;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Ryujinx.Memory.Tests
|
||||
namespace Ryujinx.Tests.Memory
|
||||
{
|
||||
public class MultiRegionTrackingTests
|
||||
{
|
||||
@@ -436,4 +437,4 @@ namespace Ryujinx.Memory.Tests
|
||||
Assert.AreEqual(pagesModified, new bool[] { true, false, false });
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user