Author: raja
Date: 2005-04-15 04:40:45 -0400 (Fri, 15 Apr 2005)
New Revision: 43024
Removed:
trunk/mcs/tests/test-365.cs
Log:
Remove invalid testcase. It is rejected by CSC 2.0.
Deleted: trunk/mcs/tests/test-365.cs
===================================================================
--- trunk/mcs/tests/test-365.cs 2005-04-15 07:46:56 UTC (rev 43023)
+++ trunk/mcs/tests/test-365.cs 2005-04-15 08:40:45 UTC (rev 43024)
@@ -1,20 +0,0 @@
-// Compiler options: -unsafe
-using System.Runtime.InteropServices;
-
-[StructLayout(LayoutKind.Sequential)]
-internal unsafe struct _Port {
- [MarshalAs(UnmanagedType.ByValTStr, SizeConst=128)] char[] port;
- int a;
-}
-
-[StructLayout(LayoutKind.Sequential)]
-internal unsafe struct _Camera
-{
- _Port *port;
-}
-
-class d {
- static void Main ()
- {
- }
-}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches