[Mono-bugs] [Bug 71011][Wis] New - We do not report CS1035

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 Jan 2005 01:11:56 -0500 (EST)


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 duncan@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71011

--- shadow/71011	2005-01-05 01:11:56.000000000 -0500
+++ shadow/71011.tmp.746	2005-01-05 01:11:56.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 71011
+Product: Mono: Compilers
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: We do not report CS1035
+
+cs1035.cs is on the mcs-expect-no-error list.
+
+BEGIN
+
+// cs1035.cs: End-of-file found, '*/' expected
+// Line: 5
+// Compiler options: -t:library
+ 
+/*
+
+END