X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMicrosoft.VisualBasic%2FTest%2Fstandalone%2F5051.vb;h=a21ee7f199f74ecb0fa5bd3520d78dfecc16cfcd;hb=13bbfef28c7175701866862dfd24b1ba044947a1;hp=67885ad863583b1c396223c8193521e6d99187a9;hpb=3108144fd6ff0314520d7701de2fe1b0b4b99953;p=mono.git diff --git a/mcs/class/Microsoft.VisualBasic/Test/standalone/5051.vb b/mcs/class/Microsoft.VisualBasic/Test/standalone/5051.vb index 67885ad8635..a21ee7f199f 100644 --- a/mcs/class/Microsoft.VisualBasic/Test/standalone/5051.vb +++ b/mcs/class/Microsoft.VisualBasic/Test/standalone/5051.vb @@ -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 @@ -24,12 +23,11 @@ ' 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 -Public Class TestClass - Public Function Test() As String - 'Begin Code - Return ErrorToString (6) - 'End Code - End Function -End Class +Imports System +Public Class TestClass + Public Function Test() As String + 'Begin Code + Return ErrorToString (6) + 'End Code + End Function +End Class