mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-25 09:21:36 +01:00
Fixed tests
This commit is contained in:
@@ -53,7 +53,8 @@ static void CMock_Destroy(void)
|
||||
}
|
||||
|
||||
//=======Test Reset Option=====
|
||||
void resetTest()
|
||||
void resetTest(void);
|
||||
void resetTest(void)
|
||||
{
|
||||
CMock_Verify();
|
||||
CMock_Destroy();
|
||||
|
||||
Reference in New Issue
Block a user