X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-207.cs;h=3848d9542a90911e24b00a041045ac8133069eeb;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=a718af57290a98719d9ff1b4887a187243f73132;hpb=9869ae24b88761ab261c4311e24f7383b4af3f02;p=mono.git diff --git a/mcs/tests/gtest-207.cs b/mcs/tests/gtest-207.cs index a718af57290..3848d9542a9 100644 --- a/mcs/tests/gtest-207.cs +++ b/mcs/tests/gtest-207.cs @@ -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); }