TestOther::varScope5: fixed syntax error in test case.
Testrunner complains about "Unlogged error at Tokenizer::syntaxError"
since 74bbe945f6
commit.
This commit is contained in:
parent
7ac6162947
commit
ec050d2563
|
@ -408,7 +408,7 @@ private:
|
|||
|
||||
void varScope5()
|
||||
{
|
||||
varScope("void f)\n"
|
||||
varScope("void f()\n"
|
||||
"{\n"
|
||||
" int i = 0;\n"
|
||||
" if (true) {\n"
|
||||
|
|
Loading…
Reference in New Issue