more tests
authorDietmar Maurer <dietmar@mono-cvs.ximian.com>
Thu, 5 Jun 2003 10:19:08 +0000 (10:19 -0000)
committerDietmar Maurer <dietmar@mono-cvs.ximian.com>
Thu, 5 Jun 2003 10:19:08 +0000 (10:19 -0000)
svn path=/trunk/mono/; revision=15118

mono/tests/marshal2.cs

index 2089b2cf7bb9ac249b0cd56c51892e460c8bd9c5..3611225470cef82cee83754f91e285b8b6ea46bf 100755 (executable)
@@ -85,6 +85,10 @@ public class Test {
                        return 1;
                if (Marshal.ReadInt32 (p, 28) != 4)
                        return 1;
+               if (Marshal.ReadInt32 (p, 32) != 10)
+                       return 1;
+               if (Marshal.ReadInt32 (p, 36) != 11)
+                       return 1;
                if (Marshal.ReadInt32 (p, (int)Marshal.OffsetOf (t, "s2")) == 0)
                        return 1;