Daniel Lehman : msvcrt/tests: Remove unused todo field.

Alexandre Julliard julliard at winehq.org
Mon Nov 12 16:26:56 CST 2018


Module: wine
Branch: master
Commit: ed712a96a45a912ffc5bca17ac0c8fc7106cf120
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ed712a96a45a912ffc5bca17ac0c8fc7106cf120

Author: Daniel Lehman <dlehman25 at gmail.com>
Date:   Sun Nov 11 16:43:14 2018 -0800

msvcrt/tests: Remove unused todo field.

Signed-off-by: Daniel Lehman <dlehman25 at gmail.com>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 d0988bf..0568bcf 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 },




More information about the wine-cvs mailing list