mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-13 21:59:58 +00:00
- updated CMock documentation
- beefed up 64-bit testing git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@200 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
test()
|
||||
{
|
||||
returns_function_ptr_ExpectAndReturn('z', dummy_function2);
|
||||
TEST_ASSERT_EQUAL(dummy_function2, exercise_function_pointer_return('z'));
|
||||
TEST_ASSERT_EQUAL_PTR(dummy_function2, exercise_function_pointer_return('z'));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user