Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / gtest-293.cs
index 1bb7fc8303e03eb6a84aa589b05405cffb30eb8a..b0d9fd5b1538a44ad47f910f4fe50cda4f9b83f4 100644 (file)
@@ -15,6 +15,6 @@ public class Test<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }