Author: manjula
Date: 2005-03-11 04:21:28 -0500 (Fri, 11 Mar 2005)
New Revision: 41683

Modified:
   trunk/mcs/mbas/Test/tests/LoopStatementsF.vb
Log:
Reverting previous checkin as it was wrong file


Modified: trunk/mcs/mbas/Test/tests/LoopStatementsF.vb
===================================================================
--- trunk/mcs/mbas/Test/tests/LoopStatementsF.vb        2005-03-11 09:12:54 UTC 
(rev 41682)
+++ trunk/mcs/mbas/Test/tests/LoopStatementsF.vb        2005-03-11 09:21:28 UTC 
(rev 41683)
@@ -8,8 +8,8 @@
                Dim i 
                For i = 9 to 0 step 1                   
                Next 
-               if i<>10 then
-                       throw new System.Exception("For loop not working. 
Expected 9 but got "&i)
+               if i<>9 then
+                       throw new System.Exception("For loop not working. 
Expected 9 but got " &i)
                End if
     End Sub
 End Module

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to