Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-111.cs
old mode 100755 (executable)
new mode 100644 (file)
index 4af5997..f2eff4b
@@ -2,7 +2,7 @@ class T {
         static object get_obj() {
                 return new object ();
         }
-        static int Main() {
+        public static int Main() {
                 object o = get_obj ();
                 if (o == "string")
                         return 1;