summaryrefslogtreecommitdiffstats
path: root/tests/string.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-19 14:48:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-19 14:48:41 (GMT)
commit2782e3cbc8100d8e9b90bed71c15d1734655bc7b (patch)
tree2d1f3299b775048f94411db3b7e149f7bff3409d /tests/string.test
parenta16e3826c85c0f5ce5f81c35047af27189acd2f7 (diff)
parent49260f096b04c4fadf36fe575d1b43a4736e2ef2 (diff)
downloadtcl-2782e3cbc8100d8e9b90bed71c15d1734655bc7b.zip
tcl-2782e3cbc8100d8e9b90bed71c15d1734655bc7b.tar.gz
tcl-2782e3cbc8100d8e9b90bed71c15d1734655bc7b.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/string.test')
-rw-r--r--tests/string.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/string.test b/tests/string.test
index dd8da3f..d5a4815 100644
--- a/tests/string.test
+++ b/tests/string.test
@@ -19,6 +19,7 @@ if {"::tcltest" ni [namespace children]} {
::tcltest::loadTestedCommands
catch [list package require -exact tcl::test [info patchlevel]]
+package require tcltests
# Helper commands to test various optimizations, code paths, and special cases.
proc makeByteArray {s} {binary format a* $s}