summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale.c b/locale.c
index 629ef0b..b6d48ed 100644
--- a/locale.c
+++ b/locale.c
@@ -72,4 +72,6 @@ void test_locale(void)
test_int_equals(lc->n_sep_by_space, CHAR_MAX);
test_int_equals(lc->p_sign_posn, CHAR_MAX);
test_int_equals(lc->n_sign_posn, CHAR_MAX);
+
+ testing_end();
}