2005-08-04 Satya Sudha K <ksathyasudha@novell.com>
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / standalone / 5065.vb
index 6cdc8a61783a17afbc83a9cad616b482f217fc88..c050cdf5efee9b642f5f695e26b8e395a409b8b3 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 Double\r
-               'Begin Code\r
-                       Dim a As String = ""\r
-                       Try\r
-                               Dim d As double = AscW (a)\r
-                               Throw New Exception ("#AscW01")\r
-                       Catch e As Exception\r
-                               If (e.GetType ().ToString ()) <> "System.ArgumentException" Then\r
-                                       Throw New Exception ("#AscW01: Expected System.ArgumentException but got " + e.GetType ().ToString ())\r
-                               End If\r
-                       End Try\r
-               'End Code\r
-       End Function\r
-End Class\r
+Imports Microsoft.VisualBasic 
+Imports System
+Public Class TestClass 
+       Public Function Test() As Double
+               'Begin Code
+                       Dim a As String = ""
+                       Try
+                               Dim d As double = AscW (a)
+                               Throw New Exception ("#AscW01")
+                       Catch e As Exception
+                               If (e.GetType ().ToString ()) <> "System.ArgumentException" Then
+                                       Throw New Exception ("#AscW01: Expected System.ArgumentException but got " + e.GetType ().ToString ())
+                               End If
+                       End Try
+               'End Code
+       End Function
+End Class