Author: ankit
Date: 2005-10-28 09:50:44 -0400 (Fri, 28 Oct 2005)
New Revision: 52320

Added:
   trunk/mono/mono/dis/tests/
   trunk/mono/mono/dis/tests/Changelog
   trunk/mono/mono/dis/tests/gen-prop.cs
Modified:
   trunk/mono/mono/dis/ChangeLog
Log:
* tests: Add new directory for test cases.
* tests/gen-prop.cs: New test case (for r52316).


Modified: trunk/mono/mono/dis/ChangeLog
===================================================================
--- trunk/mono/mono/dis/ChangeLog       2005-10-28 13:45:08 UTC (rev 52319)
+++ trunk/mono/mono/dis/ChangeLog       2005-10-28 13:50:44 UTC (rev 52320)
@@ -1,5 +1,9 @@
 2005-10-28  Ankit Jain  <[EMAIL PROTECTED]>
 
+       * tests: Add new directory for test cases.
+
+2005-10-28  Ankit Jain  <[EMAIL PROTECTED]>
+
        * get.c (dis_stringify_method_signature): Use context instead of 
container
          as container can be NULL.
 

Added: trunk/mono/mono/dis/tests/Changelog
===================================================================
--- trunk/mono/mono/dis/tests/Changelog 2005-10-28 13:45:08 UTC (rev 52319)
+++ trunk/mono/mono/dis/tests/Changelog 2005-10-28 13:50:44 UTC (rev 52320)
@@ -0,0 +1,3 @@
+2005-10-28  Ankit Jain  <[EMAIL PROTECTED]>
+
+       * gen-prop.cs: New test case (for r52316).

Added: trunk/mono/mono/dis/tests/gen-prop.cs
===================================================================
--- trunk/mono/mono/dis/tests/gen-prop.cs       2005-10-28 13:45:08 UTC (rev 
52319)
+++ trunk/mono/mono/dis/tests/gen-prop.cs       2005-10-28 13:50:44 UTC (rev 
52320)
@@ -0,0 +1,7 @@
+//Property using a generic param
+class g<T>
+{
+       public T abc {
+               get { return default (T); }
+       }
+}

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to