Skip to content

Commit 51b39cf

Browse files
committed
missing rename
1 parent c41fcef commit 51b39cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/Regressions/coreclr/GitHub_115667/test115667.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void TestEntryPoint()
2626
{
2727
System.Runtime.Loader.AssemblyLoadContext alc = new CollectibleALC();
2828
System.Reflection.Assembly asm = alc.LoadFromAssemblyPath(System.Reflection.Assembly.GetExecutingAssembly().Location);
29-
System.Reflection.MethodInfo mi = asm.GetType(typeof(Program).FullName).GetMethod(nameof(MainInner));
29+
System.Reflection.MethodInfo mi = asm.GetType(typeof(Runtime_115667).FullName).GetMethod(nameof(MainInner));
3030
System.Type runtimeTy = asm.GetType(typeof(Runtime).FullName);
3131
mi.Invoke(null, new object[] { System.Activator.CreateInstance(runtimeTy) });
3232
}

0 commit comments

Comments
 (0)