Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-250.cs
index c57295c1fea284e35dbc51a4162bf5464828a084..33b51cb598250b0a9c43390b45c1da0adcd331b8 100644 (file)
@@ -20,6 +20,6 @@ public class GuardedIndexedSorted<T> : IIndexedSorted<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }