X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-218.cs;h=816728fe54cc0621634b0fc79b0dfd73577606cc;hb=b7399f6c0dfba9951705b766c2ef9fda0e5559d8;hp=0086efe3c77d398f8fd7adb4165932462402ded8;hpb=9869ae24b88761ab261c4311e24f7383b4af3f02;p=mono.git diff --git a/mcs/tests/test-218.cs b/mcs/tests/test-218.cs index 0086efe3c77..816728fe54c 100644 --- a/mcs/tests/test-218.cs +++ b/mcs/tests/test-218.cs @@ -1,6 +1,6 @@ class T { - static void Main() + public static void Main() {} delegate void foo (object o);