diff options
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 a7829b0..3704333 100644 --- a/tests/tailcall.test +++ b/tests/tailcall.test @@ -10,7 +10,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. if {"::tcltest" ni [namespace children]} { - package require tcltest + package require tcltest 2.5 namespace import -force ::tcltest::* } |