mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@512 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
3d9f097259
commit
9e66d820a6
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ namespace detail
|
||||||
void reset( const char* file, int line )
|
void reset( const char* file, int line )
|
||||||
{
|
{
|
||||||
error_type::checkpoint( file, line );
|
error_type::checkpoint( file, line );
|
||||||
return impl_->reset();
|
impl_->reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
expectation_type& expect( const char* file, int line )
|
expectation_type& expect( const char* file, int line )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue