Corrected GotoStatementA.vb and removed ^M in all tests
[mono.git] / mcs / mbas / Test / tests / LoopStatementsF.vb
old mode 100755 (executable)
new mode 100644 (file)
index 6c3db6f..0bc24e4
@@ -1,15 +1,15 @@
-'Author:\r
-'   V. Sudharsan (vsudharsan@novell.com)\r
-'\r
-' (C) 2005 Novell, Inc.\r
-\r
-Module Test\r
-    Sub Main()\r
-               Dim i \r
-               For i = 9 to 0 step 1                   \r
-               Next \r
-               if i<>9 then\r
-                       throw new System.Exception("For loop not working. Expected 9 but got " &i)\r
-               End if\r
-    End Sub\r
-End Module\r
+'Author:
+'   V. Sudharsan (vsudharsan@novell.com)
+'
+' (C) 2005 Novell, Inc.
+
+Module Test
+    Sub Main()
+               Dim i 
+               For i = 9 to 0 step 1                   
+               Next 
+               if i<>9 then
+                       throw new System.Exception("For loop not working. Expected 9 but got " &i)
+               End if
+    End Sub
+End Module