codeowners update
[mono.git] / mcs / tests / test-105.cs
index ddfc2dbc05b39cd1427a57e0c4588acf99dd7f18..b88d09578b3aa4e8205ce8ef45c4d9e1b5cff488 100644 (file)
@@ -16,7 +16,7 @@ class Test {
                Console.WriteLine ("Async Callback " + ar.AsyncState);
        }
        
-       static int Main () {
+       public static int Main () {
                SimpleDelegate d = new SimpleDelegate (F);
                AsyncCallback ac = new AsyncCallback (async_callback);
                string state1 = "STATE1";