X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-090.cs;h=884f15b3ffc2342e3a358b87ea1a1c9aa0bc703a;hb=8a28f5d1522b1456608a1efbfa4a1f7ec6f6cef3;hp=8ba94c1427edbf0427fb071d754d72471500c79b;hpb=b6b13e72e91d5b529a6306ce53bda685932c77db;p=mono.git diff --git a/mcs/tests/gtest-090.cs b/mcs/tests/gtest-090.cs index 8ba94c1427e..884f15b3ffc 100644 --- a/mcs/tests/gtest-090.cs +++ b/mcs/tests/gtest-090.cs @@ -19,6 +19,6 @@ public class Bar : Foo class X { - static void Main () + public static void Main () { } }