From 07bccb46708982ee080a3a57033df6ad392b82a5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Apr 2001 03:00:52 +0000 Subject: Update. 2000-4-10 kaz Kojima * sysdeps/sh/stackinfo.h: New file. --- locale/tst-C-locale.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'locale') diff --git a/locale/tst-C-locale.c b/locale/tst-C-locale.c index 1d21372..257ee3b 100644 --- a/locale/tst-C-locale.c +++ b/locale/tst-C-locale.c @@ -375,6 +375,7 @@ run_test (const char *locname) } CLASSTEST (alnum); CLASSTEST (alpha); + CLASSTEST (blank); CLASSTEST (cntrl); CLASSTEST (digit); CLASSTEST (lower); @@ -396,6 +397,8 @@ run_test (const char *locname) MAPTEST (lower); MAPTEST (upper); } + + __freelocale (loc); } return result; -- cgit v1.1