vendor/cmock/vendor/unity/test/expectdata/testsample_head1.h in ceedling-0.19.0 vs vendor/cmock/vendor/unity/test/expectdata/testsample_head1.h in ceedling-0.20.2

- old
+ new

@@ -1,12 +1,15 @@ /* AUTOGENERATED FILE. DO NOT EDIT. */ -#ifndef __B_U_I_L_D__T_E_S_T_S_A_M_P_L_E___H_E_A_D_1__H_ -#define __B_U_I_L_D__T_E_S_T_S_A_M_P_L_E___H_E_A_D_1__H_ +#ifndef _TESTSAMPLE_HEAD1_H +#define _TESTSAMPLE_HEAD1_H +#include "unity.h" #include "funky.h" #include "stanky.h" #include <setjmp.h> -void test_TheFirstThingToTest(); -void test_TheSecondThingToTest(); +void test_TheFirstThingToTest(void); +void test_TheSecondThingToTest(void); +void test_TheThirdThingToTest(void); +void test_TheFourthThingToTest(void); #endif