TestOther::varScope5: fixed syntax error in test case.

Testrunner complains about "Unlogged error at Tokenizer::syntaxError"
since 74bbe945f6 commit.
This commit is contained in:
Slava Semushin 2009-08-22 21:29:09 +07:00
parent 7ac6162947
commit ec050d2563
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ private:
void varScope5()
{
varScope("void f)\n"
varScope("void f()\n"
"{\n"
" int i = 0;\n"
" if (true) {\n"