diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-09 10:33:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-09 10:33:46 (GMT) |
commit | 931890373392ee479b548c0c334b508b41e27aa9 (patch) | |
tree | 605c529b34bc098818da6a256925e1b29c7c2de1 /tests/focus.test | |
parent | 311efb2355355e5bcc6596c702c5cad288cabd5a (diff) | |
parent | 9c82b94f7f8be2ebc6cf88f55d08d6e087cff5a5 (diff) | |
download | tk-931890373392ee479b548c0c334b508b41e27aa9.zip tk-931890373392ee479b548c0c334b508b41e27aa9.tar.gz tk-931890373392ee479b548c0c334b508b41e27aa9.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests/focus.test')
-rw-r--r-- | tests/focus.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/focus.test b/tests/focus.test index 7c40f1d..7da289d 100644 --- a/tests/focus.test +++ b/tests/focus.test @@ -624,7 +624,7 @@ fixfocus test focus-6.1 {miscellaneous - embedded application in same process} -constraints { unix testwrapper } -setup { - eval interp delete [interp children] + eval interp delete [interp slaves] } -body { toplevel .t wm geometry .t +0+0 |