mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed boost test
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@402 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
40cf39aae7
commit
d3084ecc2d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ namespace
|
|||
|
||||
BOOST_AUTO_TEST_CASE( some_test )
|
||||
{
|
||||
MOCK_EXPECT( s1, f ).once();
|
||||
MOCK_EXPECT( s1.f ).once();
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE( some_other_test )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue