diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-03 14:38:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-03 14:38:26 (GMT) |
commit | 769c871f62cd237acec5479e978538048a44ffa7 (patch) | |
tree | 2d4e9864e81d0f27b215dfb7d0b3cfc5aee6f0c5 /tests/focus.test | |
parent | dd934a212b23380896103b0f3a1ff1cccfc8718e (diff) | |
parent | 83284028be79738bc82ba21dd3f02fe2effb46ee (diff) | |
download | tk-769c871f62cd237acec5479e978538048a44ffa7.zip tk-769c871f62cd237acec5479e978538048a44ffa7.tar.gz tk-769c871f62cd237acec5479e978538048a44ffa7.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 7da289d..7c40f1d 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 slaves] + eval interp delete [interp children] } -body { toplevel .t wm geometry .t +0+0 |