Module: wine Branch: master Commit: fba5c4f32851cddf993fb8c551dd0092183a14e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fba5c4f32851cddf993fb8c551... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Tue Dec 9 12:02:59 2008 +0100 riched32/tests: Remove an incorrect comment. --- dlls/riched32/tests/editor.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/dlls/riched32/tests/editor.c b/dlls/riched32/tests/editor.c index 5fef571..f472fbc 100644 --- a/dlls/riched32/tests/editor.c +++ b/dlls/riched32/tests/editor.c @@ -83,8 +83,7 @@ static void test_WM_SETTEXT() - \r with text or other characters (except \n) past it, is a line break. That is, a run of \r{N} without a terminating \n is considered N line breaks - \r at the end of the text is NOT a line break. This differs from riched20, - where \r at the end of the text is a proper line break. This causes - TestItem2 to fail its test. + where \r at the end of the text is a proper line break. */ #define TEST_SETTEXT(a, b, nlines, is_todo, is_todo2) \