diff options
Diffstat (limited to 'tests/winMenu.test')
-rw-r--r-- | tests/winMenu.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winMenu.test b/tests/winMenu.test index d3114bd..5b98c3b 100644 --- a/tests/winMenu.test +++ b/tests/winMenu.test @@ -579,7 +579,7 @@ test winMenu-22.1 {DrawMenuUnderline} win { .m1 add command -label foo -underline 0 set tearoff [tk::TearOffMenu .m1 40 40] list [update] [destroy .m1] -} {{} {}} +} {{} {}} test winMenu-23.1 {Don't know how to test MenuKeyBindProc} \ {win emptyTest} {} {} @@ -997,7 +997,7 @@ test winMenu-32.19 {TkpComputeStandardMenuGeometry - three columns} win { .m1 add command -label four .m1 add command -label five -columnbreak 1 .m1 add command -label six - list [update idletasks] [destroy .m1] + list [update idletasks] [destroy .m1] } {{} {}} test winMenu-33.1 {TkpNotifyTopLevelCreate - no menu yet} win { |