diff --git a/dlls/user32/tests/dde.c b/dlls/user32/tests/dde.c index 127b61d00ff..908d60a5924 100644 --- a/dlls/user32/tests/dde.c +++ b/dlls/user32/tests/dde.c @@ -1666,7 +1666,7 @@ static void test_DdeCreateStringHandle(void) ret = DdeInitializeW(&dde_inst, client_ddeml_callback, APPCMD_CLIENTONLY, 0); if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED) { - trace("Skipping the DDE test on a Win9x platform\n"); + skip("DdeInitialize is unimplemented\n"); return; }