mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed boost tests
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@646 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
d28db33c08
commit
10073f807e
2 changed files with 42 additions and 14 deletions
|
|
@ -17,9 +17,11 @@ namespace
|
|||
void method_1();
|
||||
float method_2( int ) const;
|
||||
};
|
||||
|
||||
typedef base base_type;
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE( mock_signature_generates_signature )
|
||||
{
|
||||
BOOST_MPL_ASSERT((
|
||||
boost::is_same< void(), MOCK_SIGNATURE( method_1 ) > ));
|
||||
BOOST_MPL_ASSERT((
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue