[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-iter-06.cs
index 1abdcb8cdb80c7f2603fcd2dec9faf0af2308160..a291bb8b9a622d5adffea78ab02233e797c27f35 100644 (file)
@@ -38,7 +38,7 @@ class X {
                yield return 1;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                X y = new X ();