From e22b9d26835a985d214f5736fa065efcfeb804d4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 28 Feb 2019 20:46:19 -0500 Subject: refactor test names with _h to avoid collisions move prototypes to main.c to avoid continuous growth of test.h add final tally --- locale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale.c') diff --git a/locale.c b/locale.c index b1ab618..d95831a 100644 --- a/locale.c +++ b/locale.c @@ -26,7 +26,7 @@ #error LC_TIME not defined #endif -void test_locale(void) +void test_locale_h(void) { struct lconv *lc; int locale_categories[] = { -- cgit v1.2.1