changed todo comment to TODO_ASSERT_EQUALS

This commit is contained in:
Daniel Marjamäki 2009-04-28 21:44:31 +02:00
parent f9795988eb
commit b90fdfed1d
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ private:
" }\n"
" }\n"
"}\n");
// TODO ASSERT_EQUALS(std::string(""), errout.str());
TODO_ASSERT_EQUALS(std::string(""), errout.str());
}
}