diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-16 10:48:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-16 10:48:36 (GMT) |
commit | dc175e403d5ce3e7986a9760b8850a93af6875e1 (patch) | |
tree | cf2ca637c33bc77caa3ff2a9049903755fdafdab /tests/tailcall.test | |
parent | 15c92b930024bfb2f8a3930761a67ac965384a62 (diff) | |
download | tcl-dc175e403d5ce3e7986a9760b8850a93af6875e1.zip tcl-dc175e403d5ce3e7986a9760b8850a93af6875e1.tar.gz tcl-dc175e403d5ce3e7986a9760b8850a93af6875e1.tar.bz2 |
More of the same (see previous commit)
Diffstat (limited to 'tests/tailcall.test')
-rw-r--r-- | tests/tailcall.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tailcall.test b/tests/tailcall.test index 9174167..a7829b0 100644 --- a/tests/tailcall.test +++ b/tests/tailcall.test @@ -9,7 +9,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 namespace import -force ::tcltest::* } |