Commit da86ab71 authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

user32/tests: Fix for a test failure on win98/NT4.

parent a607df2b
......@@ -3057,7 +3057,7 @@ static void test_menu_circref(void)
ret = ModifyMenuA( menu1, (UINT_PTR)menu2, MF_POPUP, (UINT_PTR)menu2, "menu 2");
todo_wine
ok( !ret ||
broken( 0), /* win98, NT */
broken( ret), /* win98, NT */
"ModifyMenu should have failed.\n");
if( !ret) { /* will probably stack fault if the ModifyMenu succeeded */
ret = GetMenuState( menu1, 123, 0);
......
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