Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-375.cs
index 2060c6056bdeaf21282558a0f71094132418af8f..f2a43b9228507eeea87d935bed1b4b1d1bb5cd98 100644 (file)
@@ -11,7 +11,7 @@ public class X {
                return x != null;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                if (Compute (1) != false)
                        return 1;