Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing committed Aug 31, 2024
1 parent e067107 commit bb185eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ public void UnmanagedCallersOnly_Namespaced(BuildArgs buildArgs, RunHost host, s

public class Test
{
public static int Main()
public unsafe static int Main()
{
((delegate* unmanaged<void>)&A.Conflict.C)();
((delegate* unmanaged<void>)&B.Conflict.C)();
Expand Down

0 comments on commit bb185eb

Please sign in to comment.