2005-08-04 Satya Sudha K <ksathyasudha@novell.com>
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / standalone / 5123.vb
index ecc9fdce894eb19424b6943d640d948118ed0936..b09eff3967b8af49172d5cdad640a2924c76c2c4 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 Integer\r
-               'Begin Code\r
-                       Dim result As Integer = StrComp ("Hello","Hello")\r
-                       If result <> 0 Then\r
-                               Throw New Exception ("#StrComp01: Expected 0 but got " + result)\r
-                       End If\r
-                       Return result\r
-               'End Code\r
-       End Function\r
-End Class\r
+Imports Microsoft.VisualBasic 
+Imports System
+Public Class TestClass 
+       Public Function Test() As Integer
+               'Begin Code
+                       Dim result As Integer = StrComp ("Hello","Hello")
+                       If result <> 0 Then
+                               Throw New Exception ("#StrComp01: Expected 0 but got " + result)
+                       End If
+                       Return result
+               'End Code
+       End Function
+End Class