Module: wine Branch: master Commit: 25e64b06ded1945826195c661bc8aefecfd2f80e URL: https://gitlab.winehq.org/wine/wine/-/commit/25e64b06ded1945826195c661bc8aef... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed May 3 11:40:41 2023 +0200 wintab32/tests: Use win_skip() for missing dlls. A missing dll is a todo in Wine. --- dlls/wintab32/tests/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wintab32/tests/context.c b/dlls/wintab32/tests/context.c index 4359412785a..e16165c26b5 100644 --- a/dlls/wintab32/tests/context.c +++ b/dlls/wintab32/tests/context.c @@ -211,7 +211,7 @@ START_TEST(context) if (!hWintab) { - skip("Wintab32.dll not available\n"); + win_skip("Wintab32.dll not available\n"); return; }