Merge pull request #4434 from BrzVlad/fix-unload-hang
[mono.git] / mcs / tests / test-anon-108.cs
index 5712fb9d8fb7b624aeee53a02c45b4717e1b62e3..1f531b1c8e07dffd7f51a8cbbe90cd79f16eb18a 100644 (file)
@@ -5,7 +5,7 @@ delegate int Foo ();
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Test ("Hello World", 8);
        }