2007-08-04 William Holmes <billholmes54@gmail.com>
authorBill Holmes <holmes@mono-cvs.ximian.com>
Sat, 4 Aug 2007 19:08:02 +0000 (19:08 -0000)
committerBill Holmes <holmes@mono-cvs.ximian.com>
Sat, 4 Aug 2007 19:08:02 +0000 (19:08 -0000)
        * TypeTest.cs: Removing generic method for net_1_1 profile.

svn path=/trunk/mcs/; revision=83484

mcs/class/corlib/Test/System/ChangeLog
mcs/class/corlib/Test/System/TypeTest.cs

index 17bfe8b0561f03f3c566c83658bd55ed86fe547b..15e5449702b7ee1dbef9cc6ab146b20c2cdfe9ec 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-04  William Holmes  <billholmes54@gmail.com>
+
+       * TypeTest.cs: Removing generic method for net_1_1 profile.
+
 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
 
        * TypeTest.cs: Add test for IsAssignableFrom and generic parameters.
index 538d1b0b0bc2d990059afd30b3f0f91c68deb8f5..783502ab3ae2244bee0abb1062d48780d430cf39 100644 (file)
@@ -138,10 +138,10 @@ namespace MonoTests.System
 
                private void ByrefMethod (ref int i, ref Derived1 j, ref Base1 k) {
                }
-
+#if NET_2_0
                private void GenericMethod<Q> (Q q) {
                }
-
+#endif
                [Test]
                public void TestIsAssignableFrom () {
                        // Simple tests for inheritance