Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / gtest-136.cs
index fbef3ced10b28139d88cb82e6094adba25554b15..5e1ed6a32a568ff1d727d7553ce49b455fbc4982 100644 (file)
@@ -33,7 +33,7 @@ namespace Martin {
 
        class X
        {
-               static void Main ()
+               public static void Main ()
                {
                        B? b = new B (5);
                        A? a = b;