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

This commit is contained in:
Rein Klazes 2009-07-21 15:28:45 +02:00 committed by Alexandre Julliard
parent a607df2b69
commit da86ab71fa
1 changed files with 1 additions and 1 deletions

View File

@ -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);