Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / gtest-053.cs
index 1feda3b96c47292d8692319215b736c2f14940ee..53480d1214c0da74c0469031dfedbbd75b8366e2 100644 (file)
@@ -154,7 +154,7 @@ namespace Test
 
        public class X
        {
-               static void Main ()
+               public static void Main ()
                {
                        Test<V.SimpleCounter>.Foo (new V.SimpleCounter ());
                        Test<V.PrintingCounter>.Foo (new V.PrintingCounter ());