comdlg32/tests: Use win_skip() instead when appropriate.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2019-10-20 23:44:05 +03:00 committed by Alexandre Julliard
parent 5ce743d53b
commit 3dc3d4998e
2 changed files with 2 additions and 2 deletions

View file

@ -441,7 +441,7 @@ static BOOL test_instantiation(void)
&IID_IFileSaveDialog, (void**)&pfsd);
if(FAILED(hr))
{
skip("Could not instantiate the FileSaveDialog.\n");
win_skip("Could not instantiate the FileSaveDialog.\n");
return FALSE;
}
ok(hr == S_OK, "got 0x%08x.\n", hr);

View file

@ -375,7 +375,7 @@ static void test_PrintDlgExW(void)
/* PrintDlgEx not present before w2k */
if (!pPrintDlgExW) {
skip("PrintDlgExW not available\n");
win_skip("PrintDlgExW not available\n");
return;
}