Commit 3dc3d499 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

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

parent 5ce743d5
......@@ -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);
......
......@@ -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;
}
......
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