user32/tests: Don't try to do hook tests if we can't set hooks.
This commit is contained in:
parent
00b851d864
commit
c83b4e230c
|
@ -11380,7 +11380,7 @@ START_TEST(msg)
|
||||||
test_accelerators();
|
test_accelerators();
|
||||||
test_timers();
|
test_timers();
|
||||||
test_timers_no_wnd();
|
test_timers_no_wnd();
|
||||||
test_set_hook();
|
if (hCBT_hook) test_set_hook();
|
||||||
test_DestroyWindow();
|
test_DestroyWindow();
|
||||||
test_DispatchMessage();
|
test_DispatchMessage();
|
||||||
test_SendMessageTimeout();
|
test_SendMessageTimeout();
|
||||||
|
|
Loading…
Reference in New Issue