components/unity: reverted the inclusion of test protect based on setjmp

This commit is contained in:
Felipe Neves
2019-11-05 14:27:27 +08:00
parent 8cd2831ec1
commit 3882d986bd

View File

@@ -35,7 +35,7 @@
* uncomment this line. Remote tests on CI * uncomment this line. Remote tests on CI
* still working as expected * still working as expected
*/ */
//#define UNITY_EXCLUDE_SETJMP_H #define UNITY_EXCLUDE_SETJMP_H
void unity_flush(void); void unity_flush(void);
void unity_putc(int c); void unity_putc(int c);