Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-420.cs
index bb92b705f1d6f7605e3c592ea69851ab9a599569..a4feb91829cd23863b97c0ddadaae68870b5c91e 100644 (file)
@@ -17,7 +17,7 @@ class TestClass
                return 1;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                C c = new C ();
                Test (c, c, new object [0]);