X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-064.cs;h=9737245d92bdfb056276c1bc9e6d1de13f61e74a;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=8df837934c57a85a26855e0a541a30c64d7f81a2;hpb=b0eff411fcc55fa6a7bbc5ee97bb592fe3204309;p=mono.git diff --git a/mcs/tests/gtest-064.cs b/mcs/tests/gtest-064.cs index 8df837934c5..9737245d92b 100644 --- a/mcs/tests/gtest-064.cs +++ b/mcs/tests/gtest-064.cs @@ -36,6 +36,6 @@ public class Foo : IBar, IFoo class X { - static void Main () + public static void Main () { } }