X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMicrosoft.VisualBasic%2FTest%2Fstandalone%2F5246.vb;h=cb4af57c95b72bf550be4d6f7f15f3c30b2275c7;hb=13bbfef28c7175701866862dfd24b1ba044947a1;hp=83829a465a2c25bc6e4c7832c47a8e91564deb99;hpb=3108144fd6ff0314520d7701de2fe1b0b4b99953;p=mono.git diff --git a/mcs/class/Microsoft.VisualBasic/Test/standalone/5246.vb b/mcs/class/Microsoft.VisualBasic/Test/standalone/5246.vb index 83829a465a2..cb4af57c95b 100644 --- a/mcs/class/Microsoft.VisualBasic/Test/standalone/5246.vb +++ b/mcs/class/Microsoft.VisualBasic/Test/standalone/5246.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,14 +23,13 @@ ' 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 -Imports System -Public Class TestClass - Public Function Test() As String - 'Begin Code - FileOpen (1, "5246.txt", OpenMode.Output) - Print (1,47 + 47.5) - 'End Code - End Function -End Class +Imports Microsoft.VisualBasic +Imports System +Public Class TestClass + Public Function Test() As String + 'Begin Code + FileOpen (1, "5246.txt", OpenMode.Output) + Print (1,47 + 47.5) + 'End Code + End Function +End Class