Ticket #3497: cg_fix.patch

File cg_fix.patch, 527 bytes (added by siliconman, 13 years ago)
  • compiler_log_formatter.ipp

     
    4848test_phase_identifier()
    4949{
    5050    return framework::is_initialized()
    51             ? framework::current_test_case().p_name.get()
    52             : BOOST_TEST_L( "Test setup" );
     51                        ? BOOST_TEST_STRINGIZE(framework::current_test_case().p_name.get())
     52                        : BOOST_TEST_L( "Test setup" );
    5353}
    5454
    5555} // local namespace