cwTest.cpp : Fix typo in error message.

This commit is contained in:
kevin 2024-06-01 08:51:36 -04:00
parent 6b7445c3d5
commit 03b9648d95

View File

@ -213,7 +213,7 @@ namespace cw
if( !isEqualFl ) if( !isEqualFl )
{ {
ok_fl = false; ok_fl = false;
cwLogInfo("Test failed on: '%s'",testRefFn); cwLogInfo("Compare failed on: '%s'",testRefFn);
} }
} }