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:
parent
ecad1995a0
commit
ed712a96a4
|
@ -3493,7 +3493,6 @@ static void test__tcsnicoll(void)
|
||||||
const char *str2;
|
const char *str2;
|
||||||
size_t count;
|
size_t count;
|
||||||
int exp;
|
int exp;
|
||||||
BOOL todo;
|
|
||||||
};
|
};
|
||||||
static const struct test tests[] = {
|
static const struct test tests[] = {
|
||||||
{ "English", "abcd", "ABCD", 4, 0 },
|
{ "English", "abcd", "ABCD", 4, 0 },
|
||||||
|
|
Loading…
Reference in New Issue