Commit 5cf4d0b6 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

bcrypt/tests: Don't outdent todo_wine*.

This prevents -Wmisleading-indentation warnings (Mingw GCC11). Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent ec494887
...@@ -81,7 +81,7 @@ static void test_BCryptGetFipsAlgorithmMode(void) ...@@ -81,7 +81,7 @@ static void test_BCryptGetFipsAlgorithmMode(void)
else else
{ {
expected = FALSE; expected = FALSE;
todo_wine todo_wine
ok(0, "Neither XP or Vista key is present\n"); ok(0, "Neither XP or Vista key is present\n");
} }
RegCloseKey(hkey); RegCloseKey(hkey);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment