mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Assume nullptr existance
This commit is contained in:
parent
cf330e8c86
commit
f678f4d91f
9 changed files with 7 additions and 65 deletions
|
|
@ -35,9 +35,7 @@ BOOST_AUTO_TEST_CASE( literal_zero )
|
|||
//[ limitations_literal_zero_solution_2
|
||||
MOCK_EXPECT( m.method ).with( mock::negate );
|
||||
//]
|
||||
#ifdef MOCK_NULLPTR
|
||||
//[ limitations_literal_zero_solution_3
|
||||
MOCK_EXPECT( m.method ).with( nullptr );
|
||||
//]
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue