[Mono-bugs] [Bug 80396][Nor] Changed - ModuleBuilder.DefineEnum does not set FieldAttributes.RTSpecialName on value__
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 10 12:05:03 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80396
--- shadow/80396 2006-12-29 12:56:39.000000000 -0500
+++ shadow/80396.tmp.638 2007-01-10 12:05:03.000000000 -0500
@@ -87,6 +87,9 @@
FieldAttributes.Private));
+ (FieldAttributes.SpecialName |
FieldAttributes.Private | FieldAttributes.RTSpecialName));
setup_enum_type (_tb);
}
+
+------- Additional Comments From lupus at ximian.com 2007-01-10 12:05 -------
+Please commit the change and the test case to the test suite, thanks.
More information about the mono-bugs
mailing list