Author: marek
Date: 2005-03-30 07:14:32 -0500 (Wed, 30 Mar 2005)
New Revision: 42368

Added:
   trunk/mcs/errors/gcs1689.cs
Modified:
   trunk/mcs/errors/generics-expect-wrong-error
Log:
new 2.0 test

Added: trunk/mcs/errors/gcs1689.cs
===================================================================
--- trunk/mcs/errors/gcs1689.cs 2005-03-30 12:08:48 UTC (rev 42367)
+++ trunk/mcs/errors/gcs1689.cs 2005-03-30 12:14:32 UTC (rev 42368)
@@ -0,0 +1,8 @@
+// cs1689.cs: Attribute 'System.Diagnostics.ConditionalAttribute' is only 
valid on methods or attribute classes
+// Line: 6
+
+using System.Diagnostics;
+
+[Conditional("DEBUG")]
+public class Test {}
+    
\ No newline at end of file

Modified: trunk/mcs/errors/generics-expect-wrong-error
===================================================================
--- trunk/mcs/errors/generics-expect-wrong-error        2005-03-30 12:08:48 UTC 
(rev 42367)
+++ trunk/mcs/errors/generics-expect-wrong-error        2005-03-30 12:14:32 UTC 
(rev 42368)
@@ -1 +1,2 @@
 gcs0080.cs
+gcs1689.cs

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

Reply via email to