X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-47.cs;h=c0747483b718d919029101625f57df70fe00e6a8;hb=f89d6b0c76101fbff995ed8893f4724e079f60f3;hp=31f6100310872d78a04e5caf7bb4e2e7652e5e44;hpb=00e065484e866f3a0349c882f804c4a79a13ee5c;p=mono.git diff --git a/mcs/tests/test-anon-47.cs b/mcs/tests/test-anon-47.cs index 31f61003108..c0747483b71 100644 --- a/mcs/tests/test-anon-47.cs +++ b/mcs/tests/test-anon-47.cs @@ -24,7 +24,7 @@ public class World class X { - static void Main () + public static void Main () { World world = new World (); world.Test (5);