Eric Pouech : msacm32/tests: Don't outdent todo_wine*.

Alexandre Julliard julliard at winehq.org
Tue Feb 22 16:06:49 CST 2022


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

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Mon Feb 21 08:08:03 2022 +0100

msacm32/tests: Don't outdent todo_wine*.

This prevents -Wmisleading-indentation warnings (Mingw GCC11).

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msacm32/tests/msacm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msacm32/tests/msacm.c b/dlls/msacm32/tests/msacm.c
index 4e31256e3cd..35158e7fcfd 100644
--- a/dlls/msacm32/tests/msacm.c
+++ b/dlls/msacm32/tests/msacm.c
@@ -988,7 +988,7 @@ static void test_prepareheader(void)
         ok(hdr.fdwStatus == ACMSTREAMHEADER_STATUSF_DONE, "header wasn't unprepared: 0x%x\n", hdr.fdwStatus);
     }
     else
-todo_wine
+        todo_wine
         ok(mr == MMSYSERR_INVALPARAM, "expected 0x0b, got 0x%x\n", mr);
 
     memset(&hdr, 0, sizeof(hdr));




More information about the wine-cvs mailing list