forked from organicmaps/organicmaps
Added \n in the testing framework when test is FAILED
This commit is contained in:
parent
30e035f556
commit
f477bb623c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace my
|
|||
{
|
||||
inline void OnTestFailed(SrcPoint const & srcPoint, string const & msg)
|
||||
{
|
||||
cerr << "FAILED" << endl << srcPoint.FileName() << ":" << srcPoint.Line() << " " << msg;
|
||||
cerr << "FAILED" << endl << srcPoint.FileName() << ":" << srcPoint.Line() << " " << msg << endl;
|
||||
MYTHROW(TestFailureException, (srcPoint.FileName(), srcPoint.Line(), msg));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue