Fixed two invalid TODO tests

This commit is contained in:
PKEuS 2014-10-02 14:55:03 +02:00
parent 542cb1cd8e
commit 15f397ab18
1 changed files with 2 additions and 2 deletions

View File

@ -2224,7 +2224,7 @@ private:
checkSimplifyTypedef(code1);
ASSERT_EQUALS(expected1, tok(code1));
TODO_ASSERT_EQUALS("[test.cpp:7]: (debug) Scope::checkVariable found variable 'd' with varid 0.\n", "", errout.str());
ASSERT_EQUALS("", errout.str());
const char code2[] = "class A {\n"
"public:\n"
@ -2243,7 +2243,7 @@ private:
checkSimplifyTypedef(code2);
ASSERT_EQUALS(expected2, tok(code2));
TODO_ASSERT_EQUALS("[test.cpp:7]: (debug) Scope::checkVariable found variable 'd' with varid 0.\n", "", errout.str());
ASSERT_EQUALS("", errout.str());
const char code3[] = "class A {\n"
"public:\n"