summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-28 20:46:19 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-28 20:46:19 -0500
commite22b9d26835a985d214f5736fa065efcfeb804d4 (patch)
tree59efb37e977a437ba0f3d175d2ffa93b50b2c302 /time.c
parentbeb56a867567447c7e7c3f4f2a948bb3732e74bd (diff)
refactor test names with _h to avoid collisions
move prototypes to main.c to avoid continuous growth of test.h add final tally
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 2c2cb83..3e16971 100644
--- a/time.c
+++ b/time.c
@@ -15,7 +15,7 @@
test_string(buf, _expected); \
} while (0)
-void test_time(void)
+void test_time_h(void)
{
struct tm tm;
tm.tm_year = 2001 - 1900;