astyle fix

This commit is contained in:
Reijo Tomperi 2009-09-06 15:12:38 +03:00
parent c1958054af
commit ed425158d9
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ private:
std::ostringstream expected;
expected << " const char * str ; str = \"1\" ; " << sizeof(str) << " ;";
TODO_ASSERT_EQUALS(expected.str(), sizeof_(code));
TODO_ASSERT_EQUALS(expected.str(), sizeof_(code));
}
{