2005-08-04 Satya Sudha K <ksathyasudha@novell.com>
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / standalone / 5242.vb
index d08c95775400c03a88fdc6606167e413dff92711..e1ca72b4ebfae13e22cf74c0771cd7c530b8e4d8 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 Microsoft.VisualBasic \r
-Imports System\r
-Public Class TestClass \r
-       Public Function Test() As String\r
-               'Begin Code\r
-                       FileOpen (1, "5242.txt", OpenMode.Output)\r
-                       Print (1)\r
-               'End Code\r
-       End Function\r
-End Class\r
+Imports Microsoft.VisualBasic 
+Imports System
+Public Class TestClass 
+       Public Function Test() As String
+               'Begin Code
+                       FileOpen (1, "5242.txt", OpenMode.Output)
+                       Print (1)
+               'End Code
+       End Function
+End Class