Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-iter-05.cs
index d178419028c9c977043dc9887f894fc37d2bed62..cb35b7aeaf4649cf963a4cf0170fae26c62739b0 100644 (file)
@@ -18,7 +18,7 @@ class X {
                        yield return i;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                int total = 0;
                foreach (int i in GetIt ()) {