#5780 - Correct unit test which was calling wrong ASSERT

This commit is contained in:
amai2012 2014-08-26 12:19:58 +02:00
parent a8dc17c1d9
commit b14ebb791b
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ private:
"void z() {\n"
" vector<int> VI;\n"
"}\n";
//ASSERT_EQUALS(code, tokenizeAndStringify(code));
ASSERT_THROW(tokenizeAndStringify(code, true), InternalError);
}
void wrong_syntax1() {