summaryrefslogtreecommitdiff
path: root/test/locale-mbwc/tst_iswlower.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/locale-mbwc/tst_iswlower.c')
-rw-r--r--test/locale-mbwc/tst_iswlower.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/locale-mbwc/tst_iswlower.c b/test/locale-mbwc/tst_iswlower.c
deleted file mode 100644
index e0911001d..000000000
--- a/test/locale-mbwc/tst_iswlower.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- ISWLOWER: int iswlower (wint_t wc);
-*/
-
-#define TST_FUNCTION iswlower
-
-#include "tsp_common.c"
-#include "dat_iswlower.c"
-
-TST_FUNC_ISW (LOWER, lower);