Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-356.cs
index 15751c19af71e04ab23ecf77cf6c458cfaecc4ca..7700ad63b102ed5f92410cb8de553db0f141ffd4 100644 (file)
@@ -1,5 +1,5 @@
 public class MainClass {
-        static void Main () {
+        public static void Main () {
                 const int size = sizeof(int);
         }
 }