Merge pull request #3563 from lewurm/interpreter
[mono.git] / mcs / tests / test-iter-01.cs
index 04a52b53fe507619bbcf6a8095c9836ea935e315..bb8a1aa9b77862d145d329fbc8be83ff868adc3e 100644 (file)
@@ -18,7 +18,7 @@ class X {
                yield return 3;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                IEnumerator e = GetIt ();
                int total = 0;