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/notify.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/notify.test')
-rw-r--r-- | tests/notify.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notify.test b/tests/notify.test index d3ba0c8..840ad31 100644 --- a/tests/notify.test +++ b/tests/notify.test @@ -19,7 +19,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]] testConstraint testevent [llength [info commands testevent]] |