Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-iter-10.cs
index b2ad3c8bf78fd043e819db751128c406e03699e1..95f8cd4129aff2cb72591d224e1ca08ea2fef9e1 100644 (file)
@@ -26,7 +26,7 @@ class X {
            }
        }
 
-       static int Main ()
+       public static int Main ()
        {
                IEnumerator e = GetIt;
                int total = 0;