Skip to content

Commit 1ad34cd

Browse files
committed
Merge trunk
2 parents 337e127 + cfa963e commit 1ad34cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tk.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test tk-1.1 {tk command: general} -body {
3737
} -returnCodes error -result {wrong # args: should be "tk subcommand ?arg ...?"}
3838
test tk-1.2 {tk command: general} -body {
3939
tk xyz
40-
} -returnCodes error -result {unknown or ambiguous subcommand "xyz": must be appname, busy, caret, fontchooser, inactive, print, scaling, sysnotify, systray, useinputmethods, or windowingsystem}
40+
} -returnCodes error -result {unknown or ambiguous subcommand "xyz": must be appname, attribtable, busy, caret, fontchooser, inactive, print, scaling, sysnotify, systray, useinputmethods, or windowingsystem}
4141

4242
#
4343
# COMMON TEST SETUP

0 commit comments

Comments
 (0)