[PATCH] msvcrt/tests: Remove unused todo field.
11 Nov
2018
11 Nov
'18
6:43 p.m.
Signed-off-by: Daniel Lehman <dlehman25(a)gmail.com> --- dlls/msvcrt/tests/string.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/msvcrt/tests/string.c b/dlls/msvcrt/tests/string.c index d0988bf86c..0568bcf5df 100644 --- a/dlls/msvcrt/tests/string.c +++ b/dlls/msvcrt/tests/string.c @@ -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 }, -- 2.17.1
2594
Age (days ago)
2594
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Lehman -
Piotr Caban