mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@209 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
9324f8f033
commit
771d1ef783
3 changed files with 14 additions and 14 deletions
|
|
@ -6,8 +6,8 @@
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef MOCK_PLACEHOLDER_HPP_INCLUDED
|
#ifndef MOCK_CONSTRAINT_HPP_INCLUDED
|
||||||
#define MOCK_PLACEHOLDER_HPP_INCLUDED
|
#define MOCK_CONSTRAINT_HPP_INCLUDED
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
{
|
{
|
||||||
|
|
@ -21,4 +21,4 @@ namespace mock
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // #ifndef MOCK_PLACEHOLDER_HPP_INCLUDED
|
#endif // #ifndef MOCK_CONSTRAINT_HPP_INCLUDED
|
||||||
|
|
|
||||||
|
|
@ -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;
|
boost_optional b;
|
||||||
my_mock_observer o;
|
my_mock_observer o;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue