Skip to content

Commit

Permalink
merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zanzaben committed Apr 14, 2021
1 parent 1372532 commit 7e9b40f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/cfe_testcase/src/es_task_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void TestExitChild(void)
UtAssert_INT32_EQ(count, 1);
}

int32 ESTaskTestSetup(int32 LibId)
void ESTaskTestSetup(void)
{
UtTest_Add(TestCreateChild, NULL, NULL, "Test Create Child");
UtTest_Add(TestExitChild, NULL, NULL, "Test Exit Child");
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe_testcase/src/fs_header_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void TestTimeStamp(void)
OS_remove(OS_TEST_HEADER_FILENAME);
}

int32 FSHeaderTestSetup(int32 LibId)
void FSHeaderTestSetup(void)
{
UtTest_Add(TestCreateHeader, NULL, NULL, "Test Create Header");
UtTest_Add(TestReadHeader, NULL, NULL, "Test Read Header");
Expand Down
2 changes: 1 addition & 1 deletion modules/cfe_testcase/src/time_current_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void TestGetTime(void)
// UtAssert_INT32_EQ(MET.Subseconds, METSubSeconds);
}

int32 TimeCurrentTestSetup(int32 LibId)
void TimeCurrentTestSetup(void)
{
UtTest_Add(TestGetTime, NULL, NULL, "Test Current Time");

Expand Down

0 comments on commit 7e9b40f

Please sign in to comment.