Cosmos/source/Cosmos.Core.Memory.Test/UnitTest1.cs
2016-06-09 20:04:42 -04:00

11 lines
208 B
C#

using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Cosmos.Core.Memory.Test {
[TestClass]
public class UnitTest1 {
[TestMethod]
public void TestMethod1() {
}
}
}