Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-async-01.cs
index 6f9f8aa830c8013d11b49d41953fdfffdc4d673e..91c7d722083932e0b53bd560a259dcb97fede9ff 100644 (file)
@@ -10,7 +10,7 @@ class Program
 
        static int pos;
 
-       static int Main ()
+       public static int Main ()
        {
                pos = 0;
                TestAsync ();