Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-367.cs
index 8ad2a80e890510e177b8e37590b74e591604f8f4..8b6766664e946c9cd169956908c88144114afe6c 100644 (file)
@@ -9,7 +9,7 @@ public interface ITest {
 }
 
 class X {
-       static int Main ()
+       public static int Main ()
        {
                return typeof (ITest).GetFields (BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance).Length;
        }