mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-06-05 21:15:22 +00:00
d1550d8494
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@4 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
9 lines
282 B
C
9 lines
282 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
|
|
}
|