#5780 - Correct unit test which was calling wrong ASSERT
This commit is contained in:
parent
a8dc17c1d9
commit
b14ebb791b
|
@ -912,7 +912,7 @@ private:
|
||||||
"void z() {\n"
|
"void z() {\n"
|
||||||
" vector<int> VI;\n"
|
" vector<int> VI;\n"
|
||||||
"}\n";
|
"}\n";
|
||||||
//ASSERT_EQUALS(code, tokenizeAndStringify(code));
|
ASSERT_THROW(tokenizeAndStringify(code, true), InternalError);
|
||||||
}
|
}
|
||||||
|
|
||||||
void wrong_syntax1() {
|
void wrong_syntax1() {
|
||||||
|
|
Loading…
Reference in New Issue