[Mono-bugs] [Bug 45539][Maj] Changed - Enum.GetValues fails on mint
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 27 Jun 2003 10:51:04 -0400 (EDT)
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 paf@design.ru.
http://bugzilla.ximian.com/show_bug.cgi?id=45539
--- shadow/45539 Fri Jun 27 10:49:35 2003
+++ shadow/45539.tmp.27073 Fri Jun 27 10:51:04 2003
@@ -43,6 +43,11 @@
Array values = Enum.GetValues(typeof(bug));
Console.WriteLine("ok");
}
}
}
-------------------bug.cs
+
+------- Additional Comments From PAF@design.ru 2003-06-27 10:51 -------
+Created an attachment (id=4734)
+mcs bug.cs; mint bug.exe; sould see "done" but don't see anything [tried on win32&solaris8]
+