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