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 f0b11be..bc0ae5f 100644 --- a/tests/busy.test +++ b/tests/busy.test @@ -182,7 +182,7 @@ test busy-3.7 {tk busy cget unix} -setup { test busy-4.1 {tk busy configure no window} -returnCodes error -body { tk busy configure -} -result {wrong # args: should be "tk busy configure window ?-option? ?value ...?"} +} -result {wrong # args: should be "tk busy configure window ?-option value ...?"} test busy-4.2 {tk busy configure invalid window} -body { tk busy configure .f |