summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2021-04-26 23:02:14 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2021-04-26 23:02:14 (GMT)
commit4de3a63efd91a02ebece5af09928a0445ab6a7d9 (patch)
tree0939c44814d9aa46aa4a5f3fdf683eacc43b2c87
parent28437b46c38ff3c6528d51c7d5e11e35a2d64df4 (diff)
parentb6d1ba3fdb3cf3af7b1d63e37b2bb3e49c18f84f (diff)
downloadtcl-4de3a63efd91a02ebece5af09928a0445ab6a7d9.zip
tcl-4de3a63efd91a02ebece5af09928a0445ab6a7d9.tar.gz
tcl-4de3a63efd91a02ebece5af09928a0445ab6a7d9.tar.bz2
Fix typo in tcltests.tcl.
-rw-r--r--tests/tcltests.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcltests.tcl b/tests/tcltests.tcl
index 09c8b28..4dea64f 100644
--- a/tests/tcltests.tcl
+++ b/tests/tcltests.tcl
@@ -7,7 +7,7 @@ testConstraint debug [testdebug]
testConstraint purify [testpurify]
testConstraint debugpurify [
expr {
- ![stestConstraint memory]
+ ![testConstraint memory]
&&
[testConstraint debug]
&&