Index: compiler_log_formatter.ipp =================================================================== --- compiler_log_formatter.ipp (revision 56476) +++ compiler_log_formatter.ipp (working copy) @@ -48,8 +48,8 @@ test_phase_identifier() { return framework::is_initialized() - ? framework::current_test_case().p_name.get() - : BOOST_TEST_L( "Test setup" ); + ? BOOST_TEST_STRINGIZE(framework::current_test_case().p_name.get()) + : BOOST_TEST_L( "Test setup" ); } } // local namespace