diff options
Diffstat (limited to 'test/time/Makefile.in')
-rw-r--r-- | test/time/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time/Makefile.in b/test/time/Makefile.in index 05f73a45d..02c8d910c 100644 --- a/test/time/Makefile.in +++ b/test/time/Makefile.in @@ -5,7 +5,7 @@ TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \ tst-strftime tst-strptime tst-timezone ifneq ($(UCLIBC_HAS_XLOCALE),y) -TESTS_DISABLED += tst-ftime_l +TESTS_DISABLED += tst-ftime_l tst_wcsftime endif CFLAGS_tst-strptime2 := -std=c99 |