diff options
Diffstat (limited to 'tests/obj.test')
-rw-r--r-- | tests/obj.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/obj.test b/tests/obj.test index 7563422..64a1d5b 100644 --- a/tests/obj.test +++ b/tests/obj.test @@ -19,7 +19,7 @@ if {"::tcltest" ni [namespace children]} { ::tcltest::loadTestedCommands catch [list package require -exact tcl::test [info patchlevel]] -package require tcltests +source [file join [file dirname [info script]] tcltests.tcl] testConstraint testobj [llength [info commands testobj]] testConstraint longIs32bit [expr {$tcl_platform(wordSize) == 4}] |