Fixed missing file name and line number in logs

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@576 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-11-28 21:57:03 +00:00
parent 2b0ef7328c
commit c7a609404f
3 changed files with 19 additions and 4 deletions

View file

@ -61,7 +61,7 @@ namespace detail
expectation_type& expect( const char* file, int line )
{
error_type::pass( file, line );
return impl_->expect();
return impl_->expect( file, line );
}
expectation_type& expect()
{