user32/tests: Don't try to do hook tests if we can't set hooks.

This commit is contained in:
Alexandre Julliard 2009-01-23 13:14:05 +01:00
parent 00b851d864
commit c83b4e230c
1 changed files with 1 additions and 1 deletions

View File

@ -11380,7 +11380,7 @@ START_TEST(msg)
test_accelerators();
test_timers();
test_timers_no_wnd();
test_set_hook();
if (hCBT_hook) test_set_hook();
test_DestroyWindow();
test_DispatchMessage();
test_SendMessageTimeout();