summaryrefslogtreecommitdiffstats
path: root/tests/parse.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-06 09:59:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-06 09:59:46 (GMT)
commitfeb336f6b3663f107c978288f063f1e7cf9b2458 (patch)
tree76fdf59be566e5fdbf2280ee8f5e40f43078af70 /tests/parse.test
parent3b0ee42270085b039b75e2e27a3a145399a1bfac (diff)
parentefe33a9fd944a5b41f05a2b571d462b536ad2e57 (diff)
downloadtcl-feb336f6b3663f107c978288f063f1e7cf9b2458.zip
tcl-feb336f6b3663f107c978288f063f1e7cf9b2458.tar.gz
tcl-feb336f6b3663f107c978288f063f1e7cf9b2458.tar.bz2
Lesser TIP #590 implementation: Only package renaming, no code changes
Diffstat (limited to 'tests/parse.test')
-rw-r--r--tests/parse.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parse.test b/tests/parse.test
index 0786478..da98017 100644
--- a/tests/parse.test
+++ b/tests/parse.test
@@ -17,7 +17,7 @@ namespace eval ::tcl::test::parse {
namespace import ::tcltest::*
::tcltest::loadTestedCommands
-catch [list package require -exact Tcltest [info patchlevel]]
+catch [list package require -exact tcl::test [info patchlevel]]
testConstraint testparser [llength [info commands testparser]]
testConstraint testbytestring [llength [info commands testbytestring]]