2005-11-14 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / tests / README.tests
index 3b38d81a6bce225f3fe7268790ccaaacd852813c..65bc2a6f9614dd6f8a1941fff8f4dd6d4b0e32e9 100644 (file)
@@ -584,3 +584,14 @@ Method group conversions for C# 2.0
 2test-6.cs
 ----------
 Test iterators using foreach where you have to load the address of a struct
+
+2test-15.cs
+-----------
+Partial type with a destructor.
+
+pu-ip.cs, pu-pi.cs, pi.cs, pu.cs
+--------------------------------
+Test that the order for internal/public in external assemblies does not
+affect the outcome of a build.  Also checks that multiple `entry points'
+can be declared in a library. (eg, that it is not confused by two Main
+methods).