diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-14 09:58:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-14 09:58:08 (GMT) |
commit | 3b5e7118772bfe0bfc39b0dd860a7594f487f275 (patch) | |
tree | a1a3f87543113c2ff436879ac0227f17c531c972 /tests/busy.test | |
parent | 499d2cfd016df0e17cfd7b96fe70d61a7964a644 (diff) | |
parent | 00c61e611d0efe1b62775b665e0157345c9ad7b5 (diff) | |
download | tk-3b5e7118772bfe0bfc39b0dd860a7594f487f275.zip tk-3b5e7118772bfe0bfc39b0dd860a7594f487f275.tar.gz tk-3b5e7118772bfe0bfc39b0dd860a7594f487f275.tar.bz2 |
Merge trunk
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 |