2005-08-04 Satya Sudha K <ksathyasudha@novell.com>
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / standalone / 5051.vb
index 67885ad863583b1c396223c8193521e6d99187a9..a21ee7f199f74ecb0fa5bd3520d78dfecc16cfcd 100644 (file)
@@ -2,7 +2,6 @@
 '
 ' Author:
 '   Roopa Wilson (rowilson@novell.com)
-
 ' Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 '
 ' Permission is hereby granted, free of charge, to any person obtaining
 ' OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 ' WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 '
-
-Imports System\r
-Public Class TestClass \r
-       Public Function Test() As String\r
-               'Begin Code\r
-                       Return ErrorToString (6)\r
-               'End Code\r
-       End Function\r
-End Class\r
+Imports System
+Public Class TestClass 
+       Public Function Test() As String
+               'Begin Code
+                       Return ErrorToString (6)
+               'End Code
+       End Function
+End Class