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/reg.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/reg.test')
-rw-r--r-- | tests/reg.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reg.test b/tests/reg.test index 8afcb39..3c9020d 100644 --- a/tests/reg.test +++ b/tests/reg.test @@ -15,7 +15,7 @@ if {"::tcltest" ni [namespace children]} { } ::tcltest::loadTestedCommands -catch [list package require -exact Tcltest [info patchlevel]] +catch [list package require -exact tcl::test [info patchlevel]] # All tests require the testregexp command, return if this # command doesn't exist |