diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-03-08 03:02:24 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-03-08 03:02:24 -0500 |
commit | aea5d7277a2ebd2f432bc3196e4a0e2afe8d5878 (patch) | |
tree | 5fe757070c71a5c7f577e09b6b276759cb06c396 /stdio-common/tst-fphex-wide.c | |
parent | ca2ff9fc0492c42f5407a64dd009baa0df488887 (diff) | |
download | glibc-aea5d7277a2ebd2f432bc3196e4a0e2afe8d5878.tar.gz |
Clean up tst-fphex test
Diffstat (limited to 'stdio-common/tst-fphex-wide.c')
-rw-r--r-- | stdio-common/tst-fphex-wide.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/stdio-common/tst-fphex-wide.c b/stdio-common/tst-fphex-wide.c index 2fd9f6ae3e..04d913561f 100644 --- a/stdio-common/tst-fphex-wide.c +++ b/stdio-common/tst-fphex-wide.c @@ -19,12 +19,6 @@ #include <wchar.h> -#define STR_LEN wcslen -#define SPRINT swprintf -#define STR_CMP wcscmp -#define CHAR_T wchar_t -#define PRINT wprintf -#define L_(Str) L##Str -#define L "l" +#define WIDE 1 #include "tst-fphex.c" |