comdlg32/tests: Use win_skip() to skip over unimplemented functionality.

This commit is contained in:
Francois Gouget 2009-02-25 10:30:42 +01:00 committed by Alexandre Julliard
parent 2017cf27f3
commit ef5178af21
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ START_TEST(printdlg)
/* PrintDlgEx not present before w2k */
if (ptr) {
skip("%s\n", ptr);
win_skip("%s\n", ptr);
return;
}