diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-14 10:33:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-14 10:33:31 (GMT) |
commit | ad861a0433fe3325ce081e6df2b40ed7fd670fe9 (patch) | |
tree | 4c15e7bb088670fff60971576f04371634ec0c66 /tests/unixEmbed.test | |
parent | 19013242170fcb53f480c10a5ca48578456d2f1b (diff) | |
download | tk-ad861a0433fe3325ce081e6df2b40ed7fd670fe9.zip tk-ad861a0433fe3325ce081e6df2b40ed7fd670fe9.tar.gz tk-ad861a0433fe3325ce081e6df2b40ed7fd670fe9.tar.bz2 |
Prevent the usage of the term safe/unsafe child
Diffstat (limited to 'tests/unixEmbed.test')
-rw-r--r-- | tests/unixEmbed.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test index 0f9033f..cd7f15f 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -16,7 +16,7 @@ namespace eval ::_test_tmp {} # ------------------------------------------------------------------------------ # Proc ::_test_tmp::testInterp # ------------------------------------------------------------------------------ -# Command that creates an unsafe child interpreter and tries to load Tk. +# Command that creates an child interpreter and tries to load Tk. # This code is borrowed from safePrimarySelection.test # This is necessary for loading Tktest if the tests are done in the build # directory without installing Tk. In that case the usual auto_path loading |