user32/tests: Copy/paste fix.

oldstable
Joris Huizer 2008-06-19 17:11:19 +02:00 committed by Alexandre Julliard
parent f567cb5878
commit 85ac6a388b
1 changed files with 1 additions and 1 deletions

View File

@ -10726,7 +10726,7 @@ static void test_menu_messages(void)
set_menu_style(hmenu, 0);
style = get_menu_style(hmenu);
ok(style == 0, "expected MNS_NOTIFYBYPOS, got %u\n", style);
ok(style == 0, "expected 0, got %u\n", style);
hmenu_popup = GetSubMenu(hmenu, 0);
ok(hmenu_popup != 0, "GetSubMenu returned 0 for submenu 0\n");