mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@276 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
acc660f2a3
commit
6fb5d614b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue