Author: rolf
Date: 2007-05-30 11:14:27 -0400 (Wed, 30 May 2007)
New Revision: 78227

Modified:
   trunk/mono-basic/vbnc/vbnc/tests/CompileTime/AddressOfExpression2.vb
   trunk/mono-basic/vbnc/vbnc/tests/CompileTime/AddressOfExpression3.vb
   trunk/mono-basic/vbnc/vbnc/tests/CompileTime/GenericNestedType1.rsp
   trunk/mono-basic/vbnc/vbnc/tests/CompileTime/MethodInvocation1.vb
   trunk/mono-basic/vbnc/vbnc/tests/CompileTime/OnErrorGotoMinus1_1.vb
Log:
Fix line-endings of tests.



Modified: trunk/mono-basic/vbnc/vbnc/tests/CompileTime/AddressOfExpression2.vb
===================================================================
--- trunk/mono-basic/vbnc/vbnc/tests/CompileTime/AddressOfExpression2.vb        
2007-05-30 15:03:15 UTC (rev 78226)
+++ trunk/mono-basic/vbnc/vbnc/tests/CompileTime/AddressOfExpression2.vb        
2007-05-30 15:14:27 UTC (rev 78227)
@@ -5,9 +5,9 @@
         a(AddressOf D)
     End Sub
     Shared Sub A(ByVal p As CrossAppDomainDelegate)
-
+
     End Sub
     Shared Sub D()
-
+
     End Sub
 End Class

Modified: trunk/mono-basic/vbnc/vbnc/tests/CompileTime/AddressOfExpression3.vb
===================================================================
--- trunk/mono-basic/vbnc/vbnc/tests/CompileTime/AddressOfExpression3.vb        
2007-05-30 15:03:15 UTC (rev 78226)
+++ trunk/mono-basic/vbnc/vbnc/tests/CompileTime/AddressOfExpression3.vb        
2007-05-30 15:14:27 UTC (rev 78227)
@@ -13,12 +13,12 @@
     End Sub
 
     Sub A()
-
+
     End Sub
     Sub A(ByVal a As Integer)
-
+
     End Sub
     Sub A(ByVal a As Integer, ByVal b As Object)
-
+
     End Sub
 End Class

Modified: trunk/mono-basic/vbnc/vbnc/tests/CompileTime/GenericNestedType1.rsp
===================================================================
--- trunk/mono-basic/vbnc/vbnc/tests/CompileTime/GenericNestedType1.rsp 
2007-05-30 15:03:15 UTC (rev 78226)
+++ trunk/mono-basic/vbnc/vbnc/tests/CompileTime/GenericNestedType1.rsp 
2007-05-30 15:14:27 UTC (rev 78227)
@@ -1,7 +1,7 @@
 #-recurse:*.vb
-A.vb
+GenericNestedType1.vb
 -r:System.Windows.Forms.dll,System.Drawing.dll,System.Xml.dll
 
-imports:System.Collections.Generic,System.Collections,System,System.Windows.Forms,System.Diagnostics,System.Drawing
 -rootnamespace:rt
 -target:library
--define:_MYTYPE=\"Empty\"
\ No newline at end of file
+-define:_MYTYPE=\"Empty\"

Modified: trunk/mono-basic/vbnc/vbnc/tests/CompileTime/MethodInvocation1.vb
===================================================================
--- trunk/mono-basic/vbnc/vbnc/tests/CompileTime/MethodInvocation1.vb   
2007-05-30 15:03:15 UTC (rev 78226)
+++ trunk/mono-basic/vbnc/vbnc/tests/CompileTime/MethodInvocation1.vb   
2007-05-30 15:14:27 UTC (rev 78227)
@@ -1,22 +1,22 @@
 Class MethodInvocation1_Base
     Overridable Sub Dispose(ByVal disposing As Boolean)
-
+
     End Sub
     Sub Dispose()
-
+
     End Sub
 End Class
 
 Class MethodInvocation1_Derived
-    Inherits MethodInvocation1_Base
-
-    Overrides Sub Dispose(ByVal disposing As Boolean)
-
-    End Sub
-
-    Sub Test()
-        Dim m As New MethodInvocation1_Derived
-        m.Dispose()
-    End Sub
-
+    Inherits MethodInvocation1_Base
+
+    Overrides Sub Dispose(ByVal disposing As Boolean)
+
+    End Sub
+
+    Sub Test()
+        Dim m As New MethodInvocation1_Derived
+        m.Dispose()
+    End Sub
+
 End Class
\ No newline at end of file

Modified: trunk/mono-basic/vbnc/vbnc/tests/CompileTime/OnErrorGotoMinus1_1.vb
===================================================================
--- trunk/mono-basic/vbnc/vbnc/tests/CompileTime/OnErrorGotoMinus1_1.vb 
2007-05-30 15:03:15 UTC (rev 78226)
+++ trunk/mono-basic/vbnc/vbnc/tests/CompileTime/OnErrorGotoMinus1_1.vb 
2007-05-30 15:14:27 UTC (rev 78227)
@@ -1,7 +1,7 @@
-Class OnErrorGotoMinus1_1
-    Sub Test()
-        On Error GoTo -1
+Class OnErrorGotoMinus1_1
+    Sub Test()
+        On Error GoTo -1
         Dim i As Integer
-        i = 23
-    End Sub
-End Class
+        i = 23
+    End Sub
+End Class

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to