2004-01-03 Ben Maurer <bmaurer@users.sourceforge.net>
[mono.git] / mcs / tests / README.tests
index ab77eb56a4f79fdaa1e6689f9e436e2d8cb097ef..4e261ba2fbf51cf82b90bf07549f4ed74bd5ff38 100644 (file)
@@ -35,7 +35,7 @@ Test cases listed by Category:
 
 * Invocation and Casts
 
-  test-153.cs test-163.c test-207.cs test-210.cs test-211.cs
+  test-153.cs test-163.c test-207.cs test-210.cs test-211.cs test-223.cs
 
 * Flow Analysis
 
@@ -412,6 +412,12 @@ test-222.cs:
 ------------
 Compilation test to check overload resolution. We should prefer int->uint over int->ulong.
 
+test-223.cs:
+------------
+This tests that conversions from Enum and ValueType to structs
+are treated as unboxing conversions, and the `unbox' opcode
+is emitted. #52569.
+
 verify-1.cs
 -----------
 Test whether we do not jump out of the method in a Try/Finally block.