diff options
Diffstat (limited to 'wchar.c')
-rw-r--r-- | wchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,6 @@ #if defined __STDC_VERSION__ #include <wchar.h> +#include "_wchar.h" #include "test.h" void test_wchar_h(void) @@ -15,7 +16,6 @@ void test_wchar_h(void) test_true(NULL == 0); test_min(WCHAR_MIN, 0); test_min(WCHAR_MAX, 0); - test_defined(WEOF); testing_end(); } |