mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Reverted 296 and 297
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@298 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
dbaadfa7f2
commit
b3954c469c
1 changed files with 0 additions and 16 deletions
|
|
@ -429,19 +429,3 @@ BOOST_AUTO_TEST_CASE( boost_reference_wrapper_is_supported_in_value_constraint )
|
||||||
s = "string";
|
s = "string";
|
||||||
f( "string" );
|
f( "string" );
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( mock_class_defined_within_test_case )
|
|
||||||
{
|
|
||||||
MOCK_CLASS( mock_within_test_case )
|
|
||||||
{};
|
|
||||||
mock_within_test_case m;
|
|
||||||
}
|
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( mock_base_class_defined_within_test_case )
|
|
||||||
{
|
|
||||||
struct base
|
|
||||||
{};
|
|
||||||
MOCK_BASE_CLASS( mock_within_test_case, base )
|
|
||||||
{};
|
|
||||||
mock_within_test_case m;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue