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>
oldstable
Daniel Lehman 2018-11-11 16:43:14 -08:00 committed by Alexandre Julliard
parent ecad1995a0
commit ed712a96a4
1 changed files with 0 additions and 1 deletions

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 },