Module: wine Branch: master Commit: 5cf4d0b6c9f2fc2578e28434af515dfecc4f5c50 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5cf4d0b6c9f2fc2578e28434a...
Author: Eric Pouech eric.pouech@gmail.com Date: Mon Feb 21 08:07:51 2022 +0100
bcrypt/tests: Don't outdent todo_wine*.
This prevents -Wmisleading-indentation warnings (Mingw GCC11).
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/bcrypt/tests/bcrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/bcrypt/tests/bcrypt.c b/dlls/bcrypt/tests/bcrypt.c index 46793018742..e7619897cfd 100644 --- a/dlls/bcrypt/tests/bcrypt.c +++ b/dlls/bcrypt/tests/bcrypt.c @@ -81,7 +81,7 @@ static void test_BCryptGetFipsAlgorithmMode(void) else { expected = FALSE; -todo_wine + todo_wine ok(0, "Neither XP or Vista key is present\n"); } RegCloseKey(hkey);