diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-04 09:56:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-04 09:56:08 (GMT) |
commit | 86cfccca916781bdd91504a7d7b03d78cb6acfa8 (patch) | |
tree | e5bb8acc1ef00b24cec90992813d921bfc43c750 /tests/platform.test | |
parent | efb126543f991101ab3703d8f659d64674a54cd2 (diff) | |
parent | 1704d23d60d9f21edb117206e36ce0cf911ef376 (diff) | |
download | tcl-86cfccca916781bdd91504a7d7b03d78cb6acfa8.zip tcl-86cfccca916781bdd91504a7d7b03d78cb6acfa8.tar.gz tcl-86cfccca916781bdd91504a7d7b03d78cb6acfa8.tar.bz2 |
TIP 590: Recommend lowercase Package Names
Diffstat (limited to 'tests/platform.test')
-rw-r--r-- | tests/platform.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform.test b/tests/platform.test index bf60c64..b5fd405 100644 --- a/tests/platform.test +++ b/tests/platform.test @@ -21,7 +21,7 @@ namespace eval ::tcl::test::platform { namespace upvar :: tcl_platform tcl_platform ::tcltest::loadTestedCommands -catch [list package require -exact Tcltest [info patchlevel]] +catch [list package require -exact tcl::test [info patchlevel]] package require tcltests testConstraint testCPUID [llength [info commands testcpuid]] |