summaryrefslogtreecommitdiffstats
path: root/tests/httpd11.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-15 22:09:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-15 22:09:09 (GMT)
commitbc7b50deb01ade74b10ba048ed869537d7d8b1d1 (patch)
treec9719a92afbba5ff71b74ad55c23a259087b57c6 /tests/httpd11.tcl
parent9d2a40a82608f1e3d87aac7de2190dfcd92470da (diff)
downloadtcl-bc7b50deb01ade74b10ba048ed869537d7d8b1d1.zip
tcl-bc7b50deb01ade74b10ba048ed869537d7d8b1d1.tar.gz
tcl-bc7b50deb01ade74b10ba048ed869537d7d8b1d1.tar.bz2
Make httpd11.tcl work with Tcl 8.6 too
Diffstat (limited to 'tests/httpd11.tcl')
-rw-r--r--tests/httpd11.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpd11.tcl b/tests/httpd11.tcl
index 55b52fd..b605005 100644
--- a/tests/httpd11.tcl
+++ b/tests/httpd11.tcl
@@ -8,7 +8,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-package require tcl
+package require Tcl
proc ::tcl::dict::get? {dict key} {
if {[dict exists $dict $key]} {