summaryrefslogtreecommitdiff
path: root/test/locale-mbwc/tst_towupper.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/locale-mbwc/tst_towupper.c')
-rw-r--r--test/locale-mbwc/tst_towupper.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/locale-mbwc/tst_towupper.c b/test/locale-mbwc/tst_towupper.c
deleted file mode 100644
index a077d27d9..000000000
--- a/test/locale-mbwc/tst_towupper.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- TOWUPPER: int towupper (wint_t wc);
-*/
-
-#define TST_FUNCTION towupper
-
-#include "tsp_common.c"
-#include "dat_towupper.c"
-
-TST_FUNC_TOW (UPPER, upper);