diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-24 15:18:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-24 15:18:48 (GMT) |
commit | 761a48b10bad97319cf219ecdb64247df25fe8a8 (patch) | |
tree | 59de4db593b2d6b63b33aebcdada380a0424aac5 /tests/dialog.test | |
parent | 7ff3d04b99965ac05c2b5356daf3a8ca08f1acbe (diff) | |
parent | 196c6c9af3eb4b96a9b0b94f7e41963167b534b8 (diff) | |
download | tk-761a48b10bad97319cf219ecdb64247df25fe8a8.zip tk-761a48b10bad97319cf219ecdb64247df25fe8a8.tar.gz tk-761a48b10bad97319cf219ecdb64247df25fe8a8.tar.bz2 |
Merge trunk
Diffstat (limited to 'tests/dialog.test')
-rw-r--r-- | tests/dialog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dialog.test b/tests/dialog.test index 3ca5146..692d928 100644 --- a/tests/dialog.test +++ b/tests/dialog.test @@ -60,7 +60,7 @@ test dialog-2.3 {tk_dialog operation} -body { return $res } -cleanup { destroy .b -} -result {-1} +} -result -1 cleanupTests return |