git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@209 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-01-28 14:26:58 +00:00
parent 9324f8f033
commit 771d1ef783
3 changed files with 14 additions and 14 deletions

View file

@ -321,7 +321,7 @@ namespace
};
}
BOOST_AUTO_TEST_CASE( boost_optional_on_base_class_reference_as_return_type )
BOOST_AUTO_TEST_CASE( boost_optional_on_base_class_reference_as_return_type_is_supported )
{
boost_optional b;
my_mock_observer o;