Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-201.cs
index 5c4f2ae7a4166f7806223759f8ac3d6bfa0b1ea5..01d46339f3cba212ea8c8240f0dddf8d90ba52c2 100644 (file)
@@ -23,7 +23,7 @@ public class HashSet<T>
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                HashSet<int> hb = new HashSet<int> (12345678);