diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-17 14:14:58 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-17 14:14:58 -0500 |
commit | 5b330a2d903b68cf6db64aac230bf64e18fa9624 (patch) | |
tree | aebcb67d0709a9b03b3f631b28849be8050b1201 /wcsmbs/test-wcscpy.c | |
parent | caafb2b06bb5ae71e1de719292a0b8a233a21757 (diff) | |
download | glibc-5b330a2d903b68cf6db64aac230bf64e18fa9624.tar glibc-5b330a2d903b68cf6db64aac230bf64e18fa9624.tar.gz glibc-5b330a2d903b68cf6db64aac230bf64e18fa9624.tar.bz2 glibc-5b330a2d903b68cf6db64aac230bf64e18fa9624.zip |
Add tests for wcsrchr and wcscpy
Diffstat (limited to 'wcsmbs/test-wcscpy.c')
-rw-r--r-- | wcsmbs/test-wcscpy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wcsmbs/test-wcscpy.c b/wcsmbs/test-wcscpy.c new file mode 100644 index 0000000000..b7cad535f3 --- /dev/null +++ b/wcsmbs/test-wcscpy.c @@ -0,0 +1,2 @@ +#define WIDE 1 +#include "../string/test-strcpy.c" |