diff --git a/test/testsimplifytokens.cpp b/test/testsimplifytokens.cpp index 3dc9f692b..64b4344b4 100644 --- a/test/testsimplifytokens.cpp +++ b/test/testsimplifytokens.cpp @@ -1068,9 +1068,7 @@ private: "\n" "template inline B h() { return B(); }\n"; - const std::string expected("; ; ;"); - - TODO_ASSERT_EQUALS(expected, sizeof_(code)); + ASSERT_EQUALS("; ; typedef A < int > x ; typedef B < int > y ; ; ; ;", sizeof_(code)); ASSERT_EQUALS("class A { ; } ;", sizeof_("class A{ template int foo(T d);};")); }