mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Move GuidTest to Cosmos.Compiler.Tests.Bcl.System
This commit is contained in:
parent
6dc316455f
commit
03b8d26ecd
3 changed files with 2 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ namespace Cosmos.Compiler.Tests.Bcl.System
|
|||
ConvertTests.Execute();
|
||||
DateTimeTests.Execute();
|
||||
TimeSpanTests.Execute();
|
||||
|
||||
GuidTest.Execute();
|
||||
|
||||
TestController.Completed();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using Cosmos.TestRunner;
|
|||
|
||||
namespace Cosmos.Compiler.Tests.Bcl.System
|
||||
{
|
||||
class GuidTest
|
||||
internal static class GuidTest
|
||||
{
|
||||
|
||||
public static void Execute()
|
||||
|
|
|
|||
|
|
@ -50,8 +50,6 @@ namespace Cosmos.Compiler.Tests.Bcl
|
|||
// System.Text
|
||||
StringBuilderTest.Execute();
|
||||
EncodingTest.Execute();
|
||||
|
||||
GuidTest.Execute();
|
||||
|
||||
TestController.Completed();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue