[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-107.cs
index a5639efa8f067c6283f5df91e24bf4b72043d15c..fbd8af43606f0b941efeb458711ddde5542ade26 100644 (file)
@@ -28,7 +28,7 @@ class Test {
                //throw new NotImplementedException ();
        }
        
-       static int Main () {
+       public static int Main () {
                SimpleDelegate d = new SimpleDelegate (F);
                AsyncCallback ac = new AsyncCallback (async_callback);