mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-28 05:18:17 +08:00
Fixed tests
This commit is contained in:
@ -35,7 +35,8 @@ extern void test_TheSecondThingToTest(void);
|
||||
|
||||
|
||||
//=======Test Reset Option=====
|
||||
void resetTest()
|
||||
void resetTest(void);
|
||||
void resetTest(void)
|
||||
{
|
||||
tearDown();
|
||||
setUp();
|
||||
|
Reference in New Issue
Block a user