* generics.2.cs (test_0_ldfld_stfld_mro): Use m.struct_field, not
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 17 Feb 2006 13:19:58 +0000 (13:19 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 17 Feb 2006 13:19:58 +0000 (13:19 -0000)
m.StructField.

svn path=/trunk/mono/; revision=56969

mono/mini/ChangeLog
mono/mini/generics.2.cs

index b69bc7359a743cb8e550e705a3200c6a82792a9d..a6f49b62931244e41c8627fd8d3c05dd6a974668 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-17  Raja R Harinath  <rharinath@novell.com>
+
+       * generics.2.cs (test_0_ldfld_stfld_mro): Use m.struct_field, not
+       m.StructField.
+
 2006-02-16  Zoltan Varga  <vargaz@gmail.com>
 
        * generics.2.cs: Add some tests for generics ldfld/stfld wrappers.
index 30c79854935457e8fd60d03b751fe3b6d2c95a94..4b71190a817578c81d6563d7b2bbd5e398db66b2 100644 (file)
@@ -128,7 +128,7 @@ class Tests {
                m.struct_field = s;
 
                // This generates ldflda
-               if (m.StructField.t != 5)
+               if (m.struct_field.t != 5)
                        return 1;
 
                // This generates ldfld