diff options
Diffstat (limited to 'tests/obj.test')
| -rw-r--r-- | tests/obj.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/obj.test b/tests/obj.test index 71a39b4..126d5ca 100644 --- a/tests/obj.test +++ b/tests/obj.test @@ -16,9 +16,6 @@ if {[lsearch [namespace children] ::tcltest] == -1} { 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)}] |
