Merge pull request #4935 from lambdageek/dev-handles-may
[mono.git] / mcs / tests / gtest-207.cs
index a718af57290a98719d9ff1b4887a187243f73132..3848d9542a90911e24b00a041045ac8133069eeb 100644 (file)
@@ -5,7 +5,7 @@ class M {
     System.Console.WriteLine (x);
   }
 
-  static void Main () {
+  public static void Main () {
     string[] arr = new string[] { "a", "b", "c" };
     System.Array.ForEach (arr, p);
   }