[Mono-bugs] [Bug 73763][Nor] New - Wrong number of args

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Mar 2005 07:44:58 -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 marek.safar@seznam.cz.

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

--- shadow/73763	2005-03-16 07:44:58.000000000 -0500
+++ shadow/73763.tmp.1575	2005-03-16 07:44:58.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 73763
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: marek.safar@seznam.cz               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Wrong number of args
+
+Steps to reproduce the problem:
+1. 
+
+using System;
+
+public class C
+{
+    public static void Main (string[] args)
+    {
+	Console.WriteLine (args.Length);
+    }
+}
+
+2. Run compiler program with arguments "cs*.cs"
+(bug.exe "cs*.cs")
+
+Actual Results:
+
+3
+
+Expected Results:
+
+1
+
+
+Additional Information:
+
+cygwin environment