mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-28 10:44:26 +01:00
Protect test runner generator against characters in strings that look like comments or functions
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
/* AUTOGENERATED FILE. DO NOT EDIT. */
|
||||
#ifndef __B_U_I_L_D__T_E_S_T_S_A_M_P_L_E___M_O_C_K___H_E_A_D_1__H_
|
||||
#define __B_U_I_L_D__T_E_S_T_S_A_M_P_L_E___M_O_C_K___H_E_A_D_1__H_
|
||||
#ifndef _TESTSAMPLE_MOCK_HEAD1_H
|
||||
#define _TESTSAMPLE_MOCK_HEAD1_H
|
||||
|
||||
#include "unity.h"
|
||||
#include "cmock.h"
|
||||
#include "funky.h"
|
||||
#include <setjmp.h>
|
||||
|
||||
void test_TheFirstThingToTest();
|
||||
void test_TheSecondThingToTest();
|
||||
void test_TheFirstThingToTest(void);
|
||||
void test_TheSecondThingToTest(void);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user