Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-645.cs
index 60cebd89c4f156b450cc52bc5b7400dcf0bd1f79..3db869d216a2539016dc2951dbe871021703b6d3 100644 (file)
@@ -6,5 +6,8 @@ class C
        {
                var n = new A.AN ();
                n.TestReturn ().Test ();
+               
+               var t2 = new T2 ();
+               t2.Test ();
        }
 }