msvcrt/tests: Remove unused todo field.

Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Daniel Lehman 2018-11-11 16:43:14 -08:00 committed by Alexandre Julliard
parent ecad1995a0
commit ed712a96a4

View file

@ -3493,7 +3493,6 @@ static void test__tcsnicoll(void)
const char *str2;
size_t count;
int exp;
BOOL todo;
};
static const struct test tests[] = {
{ "English", "abcd", "ABCD", 4, 0 },