cwTest.cpp : Fix typo in error message.
This commit is contained in:
parent
6b7445c3d5
commit
03b9648d95
@ -213,7 +213,7 @@ namespace cw
|
||||
if( !isEqualFl )
|
||||
{
|
||||
ok_fl = false;
|
||||
cwLogInfo("Test failed on: '%s'",testRefFn);
|
||||
cwLogInfo("Compare failed on: '%s'",testRefFn);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user