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:
mat007 2013-08-13 21:42:49 +00:00
parent dfa375f8c9
commit 171b23479e

View file

@ -17,6 +17,6 @@ namespace
void test_case()
{
my_class c;
MOCK_EXPECT( c.my_method ).returns( "42" );
MOCK_EXPECT( c.my_method ).returns( std::string() );
}
}