[Mono-bugs] [Bug 46277][Nor] Changed - #region/#endregion mishandling
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 14 Jul 2003 14:14:54 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46277
--- shadow/46277 Mon Jul 14 12:36:54 2003
+++ shadow/46277.tmp.31382 Mon Jul 14 14:14:54 2003
@@ -1,13 +1,13 @@
Bug#: 46277
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: rafaelteixeirabr@hotmail.com
QAContact: mono-bugs@ximian.com
@@ -79,6 +79,12 @@
Another source file that causes mcs to fail
------- Additional Comments From martin@ximian.com 2003-07-14 12:35 -------
Setting priority to normal.
I think I know what's going on, re-assigning the bug to me.
+
+------- Additional Comments From martin@ximian.com 2003-07-14 14:14 -------
+That's NOTABUG, your testcase is incorrect.
+At line 136 in the first testcase and at line 106 in the second
+testcase, the #endregion is not on a line by itself; ie. you're
+missing a newline in front of it.