diff options
| author | sebres <sebres@users.sourceforge.net> | 2019-12-09 11:42:57 (GMT) |
|---|---|---|
| committer | sebres <sebres@users.sourceforge.net> | 2019-12-09 11:42:57 (GMT) |
| commit | 19e564ab89c1caea9e1d77c0f0d45bd3d134153c (patch) | |
| tree | 858fce7aa5d046406f61856edf146b4dea8a97a1 | |
| parent | 54b0e77083c64793570653ba6e506f173eef82f0 (diff) | |
| download | tcl-19e564ab89c1caea9e1d77c0f0d45bd3d134153c.zip tcl-19e564ab89c1caea9e1d77c0f0d45bd3d134153c.tar.gz tcl-19e564ab89c1caea9e1d77c0f0d45bd3d134153c.tar.bz2 | |
remove unneeded import (for >= 8.7)
| -rw-r--r-- | tests/clock.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/clock.test b/tests/clock.test index 6323a63..c6dba85 100644 --- a/tests/clock.test +++ b/tests/clock.test @@ -32,10 +32,6 @@ testConstraint detroit \ testConstraint y2038 \ [expr {[clock format 2158894800 -format %z -timezone :America/Detroit] eq {-0400}}] -if {[namespace which -command ::tcl::unsupported::timerate] ne ""} { - namespace import ::tcl::unsupported::timerate -} - # TEST PLAN # clock-1: |
