diff options
| -rw-r--r-- | tests/string.test | 1 |
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]] |
