Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-721.cs
index 514065a3e2f02d969d7afac3e691b43dd3688d82..12d9f90a458c362a177b98e39d7b9f94674a0b05 100644 (file)
@@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
 
 class Program
 {
-       static int Main ()
+       public static int Main ()
        {
                Type t = typeof (Control);
                MethodInfo m = t.GetMethod ("set_Foo");