1234567891011 |
- #include "ProductionCode2.h"
- char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction)
- {
- (void)Poor;
- (void)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;
- }
|