Commit 85ac6a38 authored by Joris Huizer's avatar Joris Huizer Committed by Alexandre Julliard

user32/tests: Copy/paste fix.

parent f567cb58
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment