X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-108.cs;h=1f531b1c8e07dffd7f51a8cbbe90cd79f16eb18a;hb=cb21cf251997fb6caecf6406a8b91ebed7af81c9;hp=5712fb9d8fb7b624aeee53a02c45b4717e1b62e3;hpb=261e0ba03b1220de78dad6882270e7ca14b88069;p=mono.git diff --git a/mcs/tests/test-anon-108.cs b/mcs/tests/test-anon-108.cs index 5712fb9d8fb..1f531b1c8e0 100644 --- a/mcs/tests/test-anon-108.cs +++ b/mcs/tests/test-anon-108.cs @@ -5,7 +5,7 @@ delegate int Foo (); class X { - static void Main () + public static void Main () { Test ("Hello World", 8); }