diff --git a/tests/test-registrable-domain.c b/tests/test-registrable-domain.c index e10e6ff..d0dda62 100644 --- a/tests/test-registrable-domain.c +++ b/tests/test-registrable-domain.c @@ -91,7 +91,9 @@ static void test_psl(void) test(NULL, "com", NULL); /* Norwegian with uppercase oe */ +#ifdef WITH_LIBICU test(psl, "www.\303\230yer.no", "www.\303\270yer.no"); +#endif /* Norwegian with lowercase oe */ test(psl, "www.\303\270yer.no", "www.\303\270yer.no");