diff options
Diffstat (limited to 'tests/busy.test')
-rw-r--r-- | tests/busy.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/busy.test b/tests/busy.test index c743cec..f0b11be 100644 --- a/tests/busy.test +++ b/tests/busy.test @@ -17,7 +17,7 @@ namespace import -force tcltest::test test busy-1.1 {Tk_BusyObjCmd} -returnCodes error -body { tk busy -} -result {wrong # args: should be "tk busy options ?arg arg ...?"} +} -result {wrong # args: should be "tk busy options ?arg ...?"} test busy-2.1 {tk busy hold} -returnCodes error -body { tk busy hold |