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:
parent
d7a4d9be87
commit
4387828740
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue