Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / gtest-227.cs
index a02073fa986f69f3807c5491cf3e9fe8a6ebb08d..5a5233cde9ef6548233f7f5922ab1d7803784a25 100644 (file)
@@ -25,6 +25,6 @@ public class Foo<G>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }