X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ftests%2Ftest-374.cs;h=f4dfc85b82c17d83709c94e62867d90e44b44ceb;hb=919a03d17d36604f05e1d99c3f9f26a1509e9655;hp=e95a4e713b6860c3f0930a3195b37039f21384c4;hpb=a3ea7ceb4d4f5e2cb8ea421313e8939640fb898c;p=mono.git diff --git a/mcs/tests/test-374.cs b/mcs/tests/test-374.cs index e95a4e713b6..f4dfc85b82c 100644 --- a/mcs/tests/test-374.cs +++ b/mcs/tests/test-374.cs @@ -6,5 +6,5 @@ internal class Rest { protected const int foo = Test.foo; - static void Main () {} + public static void Main () {} }