X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Ftime%2Flocaltime.c;h=91c0618de733b2479243c586cadc10fed8b8b453;hp=6fda174b83256c6dbc3ad0d90c9cae39017fe9e5;hb=761281caf431d264d568aec797095ef2c28f3910;hpb=18dee35aba1ae0fcdecb0cd11d4f3c1a0d94b51e diff --git a/functions/time/localtime.c b/functions/time/localtime.c index 6fda174..91c0618 100644 --- a/functions/time/localtime.c +++ b/functions/time/localtime.c @@ -21,7 +21,8 @@ struct tm * localtime( const time_t * timer ) int main( void ) { - return NO_TESTDRIVER; + TESTCASE( NO_TESTDRIVER ); + return TEST_RESULTS; } #endif