Author: martin
Date: 2005-04-18 03:08:25 -0400 (Mon, 18 Apr 2005)
New Revision: 43195

Modified:
   trunk/mcs/errors/gcs0694.cs
   trunk/mcs/errors/generics-expect-no-error
Log:
Updated.


Modified: trunk/mcs/errors/gcs0694.cs
===================================================================
--- trunk/mcs/errors/gcs0694.cs 2005-04-18 07:07:01 UTC (rev 43194)
+++ trunk/mcs/errors/gcs0694.cs 2005-04-18 07:08:25 UTC (rev 43195)
@@ -9,3 +9,9 @@
 class Y <Y> {
 }
 
+class Test
+{
+       static void Main ()
+       { }
+}
+

Modified: trunk/mcs/errors/generics-expect-no-error
===================================================================
--- trunk/mcs/errors/generics-expect-no-error   2005-04-18 07:07:01 UTC (rev 
43194)
+++ trunk/mcs/errors/generics-expect-no-error   2005-04-18 07:08:25 UTC (rev 
43195)
@@ -12,3 +12,4 @@
 gcs1689.cs
 gcs1716.cs
 gcs1724.cs
+gcs0694.cs

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

Reply via email to