2005-08-04 Satya Sudha K <ksathyasudha@novell.com>
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / standalone / 5024.vb
index d4db553096324873f02490093d4db6afc57065c4..d916bebc22d0bce23316964e38936320448c64ca 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()\r
-               'Begin Code\r
-                       On Error Resume Next\r
-                       Err.Raise (514, Nothing, "This is just a sample error", nothing, nothing)\r
-                       If Err.Number <> 514 then\r
-                               Throw New Exception ("#Raise01")\r
-                       End If\r
-                       If Err.Description <> "This is just a sample error" then\r
-                               Throw New Exception ("#Raise02")\r
-                       End If\r
-               'End Code\r
-       End Function\r
-End Class\r
+Imports Microsoft.VisualBasic 
+Imports System
+Public Class TestClass
+       Public Function Test()
+               'Begin Code
+                       On Error Resume Next
+                       Err.Raise (514, Nothing, "This is just a sample error", nothing, nothing)
+                       If Err.Number <> 514 then
+                               Throw New Exception ("#Raise01")
+                       End If
+                       If Err.Description <> "This is just a sample error" then
+                               Throw New Exception ("#Raise02")
+                       End If
+               'End Code
+       End Function
+End Class