• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 #include "ProductionCode2.h"
3 
ThisFunctionHasNotBeenTested(int Poor,char * LittleFunction)4 char* ThisFunctionHasNotBeenTested(int Poor, char* LittleFunction)
5 {
6   (void)Poor;
7   (void)LittleFunction;
8   //Since There Are No Tests Yet, This Function Could Be Empty For All We Know.
9   // Which isn't terribly useful... but at least we put in a TEST_IGNORE so we won't forget
10   return (char*)0;
11 }
12