summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/menu.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/menu.test b/tests/menu.test
index bf40e94..58c29d5 100644
--- a/tests/menu.test
+++ b/tests/menu.test
@@ -1862,7 +1862,7 @@ test menu-3.71 {MenuWidgetCmd procedure, "index end" option, bug [f3cd942e9e]} -
destroy .m1
} -body {
menu .m1
- list [.m1 index "end"]
+ .m1 index "end"
} -cleanup {
destroy .m1
} -result {}