mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
Fixed tests
This commit is contained in:
@@ -24,7 +24,8 @@ static void runTest(UnityTestFunction test)
|
||||
tearDown();
|
||||
}
|
||||
}
|
||||
void resetTest()
|
||||
void resetTest(void);
|
||||
void resetTest(void)
|
||||
{
|
||||
tearDown();
|
||||
setUp();
|
||||
|
||||
@@ -26,7 +26,8 @@ static void runTest(UnityTestFunction test)
|
||||
tearDown();
|
||||
}
|
||||
}
|
||||
void resetTest()
|
||||
void resetTest(void);
|
||||
void resetTest(void)
|
||||
{
|
||||
tearDown();
|
||||
setUp();
|
||||
|
||||
@@ -24,7 +24,8 @@ static void runTest(UnityTestFunction test)
|
||||
tearDown();
|
||||
}
|
||||
}
|
||||
void resetTest()
|
||||
void resetTest(void);
|
||||
void resetTest(void)
|
||||
{
|
||||
tearDown();
|
||||
setUp();
|
||||
|
||||
@@ -26,7 +26,8 @@ static void runTest(UnityTestFunction test)
|
||||
tearDown();
|
||||
}
|
||||
}
|
||||
void resetTest()
|
||||
void resetTest(void);
|
||||
void resetTest(void)
|
||||
{
|
||||
tearDown();
|
||||
setUp();
|
||||
|
||||
Reference in New Issue
Block a user