diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-21 07:54:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-21 07:54:20 (GMT) |
commit | f9c196e0e6adbda2599846b1c4ebef570164d745 (patch) | |
tree | 6dde502c97dac0302134b2e4c0ed785017a384ac /tests/mathop.test | |
parent | a13bb8b0ca65832a5ec1d64055a09f3dec4af876 (diff) | |
parent | d08036b2e47607ee20e265e02bb8195fad62d300 (diff) | |
download | tcl-f9c196e0e6adbda2599846b1c4ebef570164d745.zip tcl-f9c196e0e6adbda2599846b1c4ebef570164d745.tar.gz tcl-f9c196e0e6adbda2599846b1c4ebef570164d745.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/mathop.test')
-rw-r--r-- | tests/mathop.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mathop.test b/tests/mathop.test index 04ceaec..c911bf8 100644 --- a/tests/mathop.test +++ b/tests/mathop.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. -if {[lsearch [namespace children] ::tcltest] == -1} { +if {"::tcltest" ni [namespace children]} { package require tcltest 2.1 namespace import -force ::tcltest::* } |