summaryrefslogtreecommitdiffstats
path: root/tests/parse.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-25 10:08:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-25 10:08:43 (GMT)
commit0897da3fcbc72adbcfa8b94ae8dcb991f6723c79 (patch)
treea6fc0f573b8e93152542a65488dec72c7ebc11b2 /tests/parse.test
parent86cdeed19c5cd69b1fa6da0fa65b12301b3b2fc8 (diff)
parente037b3a40c7b761c9348c2abba648e1b037a4e97 (diff)
downloadtcl-0897da3fcbc72adbcfa8b94ae8dcb991f6723c79.zip
tcl-0897da3fcbc72adbcfa8b94ae8dcb991f6723c79.tar.gz
tcl-0897da3fcbc72adbcfa8b94ae8dcb991f6723c79.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/parse.test')
-rw-r--r--tests/parse.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parse.test b/tests/parse.test
index 173e65b..a82d061 100644
--- a/tests/parse.test
+++ b/tests/parse.test
@@ -685,7 +685,7 @@ test parse-13.5 {Tcl_ParseVar procedure, error looking up variable} testparsevar
unset -nocomplain abc
list [catch {testparsevar {$abc([bogus x y z])}} msg] $msg
} {1 {invalid command name "bogus"}}
-test parse-13.6 {Tcl_ParseVar memory leak} -constraints memory -setup {
+test parse-13.6 {Tcl_ParseVar memory leak} -constraints {testparsevar memory} -setup {
proc getbytes {} {
return [lindex [split [memory info] \n] 3 3]
}