summaryrefslogtreecommitdiffstats
path: root/tests/string.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-14 12:30:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-14 12:30:30 (GMT)
commitbb758346eb6bcee6e987cc3fb668a17aa6422531 (patch)
treed18103eb0146e1dbd39c299a264aab42d655d096 /tests/string.test
parentb1098f9b9ec87b916f660037c3ba461ea426eb55 (diff)
downloadtcl-bb758346eb6bcee6e987cc3fb668a17aa6422531.zip
tcl-bb758346eb6bcee6e987cc3fb668a17aa6422531.tar.gz
tcl-bb758346eb6bcee6e987cc3fb668a17aa6422531.tar.bz2
Add missing testConstraint definition
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 41d1e9f..99e19a4 100644
--- a/tests/string.test
+++ b/tests/string.test
@@ -25,6 +25,7 @@ catch [list package require -exact Tcltest [info patchlevel]]
testConstraint testobj [expr {[info commands testobj] != {}}]
testConstraint testindexobj [expr {[info commands testindexobj] != {}}]
testConstraint tip389 [expr {[string length \U010000] == 2}]
+testConstraint testbytestring [llength [info commands testbytestring]]
# Used for constraining memory leak tests
testConstraint memory [llength [info commands memory]]