aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-swscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/tst-swscanf.c')
-rw-r--r--stdio-common/tst-swscanf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/stdio-common/tst-swscanf.c b/stdio-common/tst-swscanf.c
deleted file mode 100644
index 6ec1c8e6c7..0000000000
--- a/stdio-common/tst-swscanf.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#define CHAR wchar_t
-#define L(str) L##str
-#define SSCANF swscanf
-#include <wchar.h>
-#include "tst-sscanf.c"