X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-258.cs;h=1c7bca8e3f5cb246d126a6e129dbe1c39d314e36;hb=d42301073e2d8dccc3bd32ce9110eec904c4e710;hp=714a1a7851a438a6c0e70ccb22882165cb83d3ac;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/tests/gtest-258.cs b/mcs/tests/gtest-258.cs index 714a1a7851a..1c7bca8e3f5 100644 --- a/mcs/tests/gtest-258.cs +++ b/mcs/tests/gtest-258.cs @@ -15,7 +15,7 @@ class Foo class X { - static void Main () + public static void Main () { Foo foo = new Foo (); }