summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-27 21:19:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-27 21:19:36 (GMT)
commitf87e100731a2d67fcbac3fa297934bbba91b7889 (patch)
tree191a407a6ed60bdc2bd548ae69aa64fa511e44ad /tests
parentc74a13788aa580ddc5a191f22096fb0a2758d41d (diff)
downloadtcl-f87e100731a2d67fcbac3fa297934bbba91b7889.zip
tcl-f87e100731a2d67fcbac3fa297934bbba91b7889.tar.gz
tcl-f87e100731a2d67fcbac3fa297934bbba91b7889.tar.bz2
try -> catch
Diffstat (limited to 'tests')
-rw-r--r--tests/http.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http.test b/tests/http.test
index eb2bf29..1ff570e 100644
--- a/tests/http.test
+++ b/tests/http.test
@@ -80,7 +80,7 @@ if {![info exists ThreadLevel]} {
foreach ThreadLevel $ValueRange {
source [info script]
}
- try [lpop threadStack]
+ catch {lpop threadStack}
catch {unset ThreadLevel}
catch {unset ValueRange}
return