1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-12 10:40:30 +09:00

Fix GetLoadContextForDynamicAssembly GC Stress Fail (#53341)

This commit is contained in:
Nikitin A. Kirill 2021-05-28 22:42:44 +04:00 committed by GitHub
parent d7a4d9be87
commit 4387828740
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,7 +222,6 @@ public class Program
Assert(context != null);
Assert(alc == context);
Assert(alc.Assemblies.Any(a => AssemblyName.ReferenceMatchesDefinition(a.GetName(), assemblyName)));
}
catch (Exception e)
{