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

@ -6,8 +6,8 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef MOCK_PLACEHOLDER_HPP_INCLUDED
#define MOCK_PLACEHOLDER_HPP_INCLUDED
#ifndef MOCK_CONSTRAINT_HPP_INCLUDED
#define MOCK_CONSTRAINT_HPP_INCLUDED
namespace mock
{
@ -21,4 +21,4 @@ namespace mock
};
}
#endif // #ifndef MOCK_PLACEHOLDER_HPP_INCLUDED
#endif // #ifndef MOCK_CONSTRAINT_HPP_INCLUDED

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;