Fixed tests

This commit is contained in:
Greg Williams
2014-11-05 21:57:48 -05:00
parent b953334ef3
commit 28d05e4f33
20 changed files with 40 additions and 20 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ a_custom_teardown();
}
//=======Test Reset Option=====
void resetTest()
void resetTest(void);
void resetTest(void)
{
tearDown();
setUp();