From bb758346eb6bcee6e987cc3fb668a17aa6422531 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 14 Apr 2020 12:30:30 +0000 Subject: Add missing testConstraint definition --- tests/string.test | 1 + 1 file changed, 1 insertion(+) 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]] -- cgit v0.12