X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-204.cs;h=6044c7193ce62e74bfab75aa1ac30bf3f8578583;hb=cb21cf251997fb6caecf6406a8b91ebed7af81c9;hp=d3904fa2ecee62d1e5a30363146f1034d91ba368;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/mcs/tests/gtest-204.cs b/mcs/tests/gtest-204.cs index d3904fa2ece..6044c7193ce 100644 --- a/mcs/tests/gtest-204.cs +++ b/mcs/tests/gtest-204.cs @@ -26,7 +26,7 @@ public class LocalContext } class M { - static void Main () { + public static void Main () { LocalContext x = new LocalContext (); x.Fold ("a" ); }