summaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests
diff options
context:
space:
mode:
authorYuri Pankov <yuripv@FreeBSD.org>2018-11-09 03:32:53 +0000
committerYuri Pankov <yuripv@FreeBSD.org>2018-11-09 03:32:53 +0000
commit9eb7d595e1fdf04945fdaf3634cfd1354493ecf0 (patch)
treee1f1d436c5d9b7d4c1d882b3799d41eed011f67d /contrib/netbsd-tests
parente1e300b67102a8e6b826200d7fc145ceacab6e93 (diff)
downloadsrc-test2-9eb7d595e1fdf04945fdaf3634cfd1354493ecf0.tar.gz
src-test2-9eb7d595e1fdf04945fdaf3634cfd1354493ecf0.zip
Notes
Diffstat (limited to 'contrib/netbsd-tests')
-rw-r--r--contrib/netbsd-tests/lib/libc/locale/t_mbrtowc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/netbsd-tests/lib/libc/locale/t_mbrtowc.c b/contrib/netbsd-tests/lib/libc/locale/t_mbrtowc.c
index e52111002f7e..c3e193cfc6a0 100644
--- a/contrib/netbsd-tests/lib/libc/locale/t_mbrtowc.c
+++ b/contrib/netbsd-tests/lib/libc/locale/t_mbrtowc.c
@@ -243,9 +243,6 @@ ATF_TC_BODY(mbrtowc_internal, tc)
{
struct test *t;
-#ifdef __FreeBSD__
- atf_tc_expect_fail("ja_* locale fails");
-#endif
for (t = &tests[0]; t->data != NULL; ++t)
h_ctype2(t, false);
}