Merge pull request #3979 from radical/fix-xbuild-tgt
[mono.git] / mcs / tests / test-anon-46.cs
index 283fd126a675b203184acb5f43df5236be6f5246..30da5856f72f49e5bbb79ba9aad1888ef894e25a 100644 (file)
@@ -20,7 +20,7 @@ public class World
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                World world = new World ();
                world.Test (5);