shell32/tests: Fix typo.
Signed-off-by: Fabian Maurer <dark.shadow4@web.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f5fe252cd1
commit
4ef3ffd69d
|
@ -1032,7 +1032,7 @@ todo_wine {
|
|||
ok(hr == S_OK || broken(hr == S_FALSE), "got 0x%08x\n", hr);
|
||||
if (hr == S_FALSE) /* winxp and earlier */ {
|
||||
win_skip("SWC_DESKTOP is not supported, some tests will be skipped.\n");
|
||||
/* older versions allowed to regiser SWC_DESKTOP and access it with FindWindowSW */
|
||||
/* older versions allowed to register SWC_DESKTOP and access it with FindWindowSW */
|
||||
ok(disp == NULL, "got %p\n", disp);
|
||||
ok(ret == 0, "got %d\n", ret);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue