Skip to content

Commit cfa963e

Browse files
author
csaba
committed
Necessary update of test tk-1.2 in file tests/tk.test.
1 parent ef2dc81 commit cfa963e

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
@@ -34,7 +34,7 @@ test tk-1.1 {tk command: general} -body {
3434
} -returnCodes error -result {wrong # args: should be "tk subcommand ?arg ...?"}
3535
test tk-1.2 {tk command: general} -body {
3636
tk xyz
37-
} -returnCodes error -result {unknown or ambiguous subcommand "xyz": must be appname, busy, caret, fontchooser, inactive, print, scaling, sysnotify, systray, useinputmethods, or windowingsystem}
37+
} -returnCodes error -result {unknown or ambiguous subcommand "xyz": must be appname, attribtable, busy, caret, fontchooser, inactive, print, scaling, sysnotify, systray, useinputmethods, or windowingsystem}
3838

3939
#
4040
# COMMON TEST SETUP

0 commit comments

Comments
 (0)