This commit is contained in:
Raffi Enficiaud 2019-02-05 09:24:07 +01:00
parent d94ac0955f
commit a09fa65d28

View File

@ -33,7 +33,7 @@ test_suite*
init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) {
framework::master_test_suite().p_name.value = "Unit test example 11";
LOG_FATAL_ERROR( "something happend" );
LOG_FATAL_ERROR( "something happened" );
// parameters have no requirements to stay alive beyond the next statement
std::string const params[] = { "hdr1 ", "hdr2", "3 " };