Move GuidTest to Cosmos.Compiler.Tests.Bcl.System

This commit is contained in:
valentinbreiz 2020-07-03 18:26:31 +02:00
parent 6dc316455f
commit 03b8d26ecd
3 changed files with 2 additions and 4 deletions

View file

@ -42,7 +42,7 @@ namespace Cosmos.Compiler.Tests.Bcl.System
ConvertTests.Execute();
DateTimeTests.Execute();
TimeSpanTests.Execute();
GuidTest.Execute();
TestController.Completed();
}

View file

@ -5,7 +5,7 @@ using Cosmos.TestRunner;
namespace Cosmos.Compiler.Tests.Bcl.System
{
class GuidTest
internal static class GuidTest
{
public static void Execute()

View file

@ -50,8 +50,6 @@ namespace Cosmos.Compiler.Tests.Bcl
// System.Text
StringBuilderTest.Execute();
EncodingTest.Execute();
GuidTest.Execute();
TestController.Completed();
}