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(); ConvertTests.Execute();
DateTimeTests.Execute(); DateTimeTests.Execute();
TimeSpanTests.Execute(); TimeSpanTests.Execute();
GuidTest.Execute();
TestController.Completed(); TestController.Completed();
} }

View file

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

View file

@ -51,8 +51,6 @@ namespace Cosmos.Compiler.Tests.Bcl
StringBuilderTest.Execute(); StringBuilderTest.Execute();
EncodingTest.Execute(); EncodingTest.Execute();
GuidTest.Execute();
TestController.Completed(); TestController.Completed();
} }
catch (Exception e) catch (Exception e)