Fix compilation

This commit is contained in:
Nicolas Le Cam 2008-12-07 20:45:13 +00:00
parent ead97b5616
commit 966cb79bde
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ private:
functionVariableUsage( "void foo()\n"
"{\n"
" int i = 0;\n"
" f(i);
" f(i);\n"
"}\n" );
ASSERT_EQUALS( std::string(""), errout.str() );
}