git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@276 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-03-20 23:23:17 +00:00
parent acc660f2a3
commit 6fb5d614b4

View file

@ -418,8 +418,8 @@ namespace
BOOST_AUTO_TEST_CASE( callable_builtin_yields_an_interrogation_mark_when_serialized_with_conversions )
{
BOOST_CHECK_EQUAL( "?", to_string_2( callable_builtin ) );
BOOST_CHECK_EQUAL( "?", to_string_2( &callable_builtin ) );
BOOST_CHECK_EQUAL( "?", to_string( callable_builtin ) );
BOOST_CHECK_EQUAL( "?", to_string( &callable_builtin ) );
}
namespace