mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Clean-up
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@56 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
8e1499ee61
commit
30480d031a
2 changed files with 3 additions and 11 deletions
|
|
@ -36,11 +36,8 @@ BOOST_AUTO_TEST_CASE( custom_mock_object_without_macros_and_without_inheriting_f
|
|||
|
||||
namespace
|
||||
{
|
||||
struct my_custom_mock_object : mock::object
|
||||
struct my_custom_mock_object
|
||||
{
|
||||
my_custom_mock_object()
|
||||
: mock::object( "my_custom_mock_object" )
|
||||
{}
|
||||
MOCK_METHOD_EXT( my_method, 0, void(), my_method )
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue