[PATCH] msvcrt/tests: Remove unused todo field.

Daniel Lehman dlehman25 at gmail.com
Sun Nov 11 18:43:14 CST 2018


Signed-off-by: Daniel Lehman <dlehman25 at 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




More information about the wine-devel mailing list