Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-320.cs
index 6665cd723b4e37a0bfbe9ed73300f1465156d4ed..57981fb8f751a884bb8acd54a0f33fb9c643e68d 100644 (file)
@@ -8,7 +8,7 @@ unsafe class X {
        unsafe public X (sbyte *value, int startIndex, int length) {
        }
 
-       static void Main ()
+       public static void Main ()
        {
                new X ((sbyte*)null, 0, 10);
        }