Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / gtest-050.cs
index 641ac26429370313a3b5acf98170a8cb7edabff6..1a1fe6462677b08891b746a3d53b483b07ecd538 100644 (file)
@@ -18,7 +18,7 @@ class X
                throw new ArgumentException ();
        }
 
-       static void Main ()
+       public static void Main ()
        {
                D d1 = new D (F<int>);
                D d2 = new D (F);