Add the new t_toupper to unbreak the build

This commit is contained in:
pgoyette 2017-05-30 05:35:03 +00:00
parent 46d691fd63
commit bbb262b110

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.749 2017/05/27 21:02:55 bouyer Exp $
# $NetBSD: mi,v 1.750 2017/05/30 05:35:03 pgoyette Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -2546,6 +2546,7 @@
./usr/tests/lib/libc/locale/t_mbsnrtowcs tests-lib-tests compattestfile,atf
./usr/tests/lib/libc/locale/t_mbstowcs tests-lib-tests compattestfile,atf
./usr/tests/lib/libc/locale/t_mbtowc tests-lib-tests compattestfile,atf
./usr/tests/lib/libc/locale/t_toupper tests-lib-tests compattestfile,atf
./usr/tests/lib/libc/locale/t_wcscspn tests-lib-tests compattestfile,atf
./usr/tests/lib/libc/locale/t_wcspbrk tests-lib-tests compattestfile,atf
./usr/tests/lib/libc/locale/t_wcsspn tests-lib-tests compattestfile,atf