1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-26 01:41:35 +01:00

Add test for function pointers in parameterized tests

This commit is contained in:
Jannis Baudisch
2021-04-01 10:29:22 +02:00
parent b51303a65b
commit 77bd4f9943
3 changed files with 17 additions and 1 deletions

View File

@@ -4,5 +4,6 @@
#define EXTERN_DECL
extern int CounterSuiteSetup;
extern int isArgumentOne(int i);
#endif