2004-05-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / errors / README.tests
index 3eb672043fe73e6e48c6bec3e4a7f75a386d2461..1091452de78c958b2a198d9d45fdc0fb2e1ce527 100644 (file)
@@ -3,7 +3,7 @@ Test cases listed by Category:
 
 * Flow Analysis
 
-  error-1.cs
+  error-1.cs error-3.cs
 
 * Type Containers
 
@@ -20,3 +20,19 @@ error-2.cs
 ----------
 Base types are less accessible than the current type.
 
+error-3.cs
+----------
+Flow analysis: Check struct members.
+
+error-4.cs
+----------
+Ensure that we do not allow void types to be converted to anything else
+
+error-5.cs
+----------
+Catch invalid access to a private event of a class
+
+error-6.cs
+----------
+Catch invalid (multiple) assignments.
+