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>
This commit is contained in:
Eric Pouech 2022-02-21 08:07:51 +01:00 committed by Alexandre Julliard
parent ec49488778
commit 5cf4d0b6c9
1 changed files with 1 additions and 1 deletions

View File

@ -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);