diff options
Diffstat (limited to 'tests/regexpComp.test')
-rw-r--r-- | tests/regexpComp.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regexpComp.test b/tests/regexpComp.test index a556b7a..42f1b3b 100644 --- a/tests/regexpComp.test +++ b/tests/regexpComp.test @@ -16,7 +16,7 @@ if {"::tcltest" ni [namespace children]} { namespace import -force ::tcltest::* } -package require tcltests +source [file join [file dirname [info script]] tcltests.tcl] # Procedure to evaluate a script within a proc, to test compilation # functionality |