Files
Unity/examples/example_2/src/ProductionCode2.c
Warwick Stone efc1df828f Added example
*  Added example that uses unity test fixture
2013-07-17 23:23:09 +10:00

10 lines
293 B
C

#include "ProductionCode2.h"
char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction)
{
//Since There Are No Tests Yet, This Function Could Be Empty For All We Know.
// Which isn't terribly useful... but at least we put in a TEST_IGNORE so we won't forget
return (char*)0;
}