Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-126.cs
index 26ed4190a206e8f9dedd72e06833525f2cafbb1b..fd3f6d11ad46473bf978c1811d30b2a5182eaa6c 100644 (file)
@@ -11,7 +11,7 @@ class X : Iface {
 
        void Iface.Method () {} 
        
-       static int Main ()
+       public static int Main ()
        {
                X x = new X ();
                Iface f = x;