mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed fail test
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@679 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
dfa375f8c9
commit
171b23479e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,6 @@ namespace
|
||||||
void test_case()
|
void test_case()
|
||||||
{
|
{
|
||||||
my_class c;
|
my_class c;
|
||||||
MOCK_EXPECT( c.my_method ).returns( "42" );
|
MOCK_EXPECT( c.my_method ).returns( std::string() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue