Searched refs:TEST_LOCALE (Results 1 – 1 of 1) sorted by relevance
45 #define TEST_LOCALE "C.UTF-8" macro354 l = setlocale(LC_CTYPE, TEST_LOCALE); in main()355 if (l == NULL || strcmp(l, TEST_LOCALE) != 0) in main()356 errx(EXIT_FAILURE, "failed to set locale to %s", TEST_LOCALE); in main()