X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-236.cs;h=37acdefe68e281042feda27128585ff97bdb093f;hb=77515455734ec5dc00f4550a60a394f8b5a2a36a;hp=cce3049305d10cef90d3c6fe9c484de73ec2063f;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mcs/tests/gtest-236.cs b/mcs/tests/gtest-236.cs index cce3049305d..37acdefe68e 100644 --- a/mcs/tests/gtest-236.cs +++ b/mcs/tests/gtest-236.cs @@ -15,7 +15,7 @@ class Foo class X { - static int Main () + public static int Main () { Foo foo = new Foo (); Foo bar = new Foo ();