Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-anon-103.cs
index 0d1df48ba35ce5d49f657b090248770a385aa06c..37ecab0540ee39459801c2c74badc0bb8eb0ec98 100644 (file)
@@ -16,7 +16,7 @@ class X
                foo (t);
        }
 
-       static void Main ()
+       public static void Main ()
        {
                X x = new X ();
                x.Test (3);