Fix compilation
This commit is contained in:
parent
ead97b5616
commit
966cb79bde
|
@ -171,7 +171,7 @@ private:
|
||||||
functionVariableUsage( "void foo()\n"
|
functionVariableUsage( "void foo()\n"
|
||||||
"{\n"
|
"{\n"
|
||||||
" int i = 0;\n"
|
" int i = 0;\n"
|
||||||
" f(i);
|
" f(i);\n"
|
||||||
"}\n" );
|
"}\n" );
|
||||||
ASSERT_EQUALS( std::string(""), errout.str() );
|
ASSERT_EQUALS( std::string(""), errout.str() );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue