From 1dc0c1207497e6b232c1c5cf3f24e8b14e0d20b1 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Wed, 3 Sep 2008 19:15:52 +0000 Subject: [PATCH] Fixed build. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3477 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../NRefactory/Test/Output/CSharp/VBNetToCSharpConverterTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Libraries/NRefactory/Test/Output/CSharp/VBNetToCSharpConverterTest.cs b/src/Libraries/NRefactory/Test/Output/CSharp/VBNetToCSharpConverterTest.cs index 321a8774d9..0cb5f4e9af 100644 --- a/src/Libraries/NRefactory/Test/Output/CSharp/VBNetToCSharpConverterTest.cs +++ b/src/Libraries/NRefactory/Test/Output/CSharp/VBNetToCSharpConverterTest.cs @@ -699,7 +699,7 @@ static int static_Test2_j = 0;"); "static class Test\r\n" + "{\r\n" + " public const int C = 0;\r\n" + - "}"); + "}\r\n"); } } }