X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-83.cs;h=e0c758fb78bb2caf80731f61ff335ef0b2741d47;hb=7c6607a000b6239e86d1736a1815264af55c13e2;hp=f416ddb4a6dfb3e26203ebbefe72d720da1ee876;hpb=0443306d611d0830e27327e1f0a3ef3457dfa535;p=mono.git diff --git a/mcs/tests/test-83.cs b/mcs/tests/test-83.cs index f416ddb4a6d..e0c758fb78b 100644 --- a/mcs/tests/test-83.cs +++ b/mcs/tests/test-83.cs @@ -39,7 +39,7 @@ class Room { } class DelegateTest { - static int Main () { + public static int Main () { return 0; } }