diff options
Diffstat (limited to 'tests/obj.test')
-rw-r--r-- | tests/obj.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/obj.test b/tests/obj.test index f9c0a2d..71a39b4 100644 --- a/tests/obj.test +++ b/tests/obj.test @@ -10,14 +10,15 @@ # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. -# -# RCS: @(#) $Id: obj.test,v 1.21 2007/12/13 15:26:07 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest namespace import -force ::tcltest::* } +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testobj [llength [info commands testobj]] testConstraint longIs32bit [expr {int(0x80000000) < 0}] testConstraint wideBiggerThanInt [expr {wide(0x80000000) != int(0x80000000)}] |