From 9c9740821f43a95598421345f8b181716d2fc0a8 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sat, 13 Dec 2008 20:45:48 +0000 Subject: [PATCH] Old TODO comment removed --- testtokenize.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/testtokenize.cpp b/testtokenize.cpp index 0e7f287af..571f34663 100644 --- a/testtokenize.cpp +++ b/testtokenize.cpp @@ -239,7 +239,6 @@ private: std::ostringstream ostr; for (const TOKEN *tok = tokenizer.tokens(); tok; tok = tok->next()) ostr << " " << tok->str(); - // TODO, the actual string should be " void f ( ) { int a ; a = 10 ; if ( true ) ; }" ASSERT_EQUALS( std::string(" void f ( ) { int a = 10 ; if ( 10 ) ; }"), ostr.str() ); }