Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-73.cs
index 2acf9806895893e181467d9770f72dad22eeb341..30bc6629d20063cc7f32aa75a5c1e3ee5e8ba753 100644 (file)
@@ -15,7 +15,7 @@ public class Concrete : Abstract {
 
 class Test {
 
-       static int Main ()
+       public static int Main ()
        {
                Concrete c = new Concrete ();