Clean up tests

This commit is contained in:
Tyrrrz
2021-09-08 01:18:35 +03:00
parent 301bca0633
commit 67313f2b22
10 changed files with 229 additions and 515 deletions

View File

@@ -0,0 +1,9 @@
// ReSharper disable CheckNamespace
// TODO: remove after moving to .NET 5
namespace System.Runtime.CompilerServices
{
internal static class IsExternalInit
{
}
}