From 8bb2301d8efa4a7b253fb7713852daf37e47b925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Kr=C3=BCger?= Date: Fri, 30 Mar 2012 11:49:57 +0200 Subject: [PATCH] Fixed tests. --- .../FormattingTests/TestStatementIndentation.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ICSharpCode.NRefactory.Tests/FormattingTests/TestStatementIndentation.cs b/ICSharpCode.NRefactory.Tests/FormattingTests/TestStatementIndentation.cs index 3ed7f45717..fbc17ce14b 100644 --- a/ICSharpCode.NRefactory.Tests/FormattingTests/TestStatementIndentation.cs +++ b/ICSharpCode.NRefactory.Tests/FormattingTests/TestStatementIndentation.cs @@ -1,4 +1,4 @@ -// +// // TestStatementIndentation.cs // // Author: @@ -1965,9 +1965,9 @@ if (b) { Test TestMethod () { { -//CMT1 + //CMT1 ; -/* cmt 2 */ + /* cmt 2 */ } } }", @"class Test @@ -1993,9 +1993,9 @@ if (b) { Test TestMethod () { { -" + @"#if true +" + @" #if true ; -" + @"#endif +" + @" #endif } } }", @"class Test