diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-17 10:00:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-17 10:00:58 (GMT) |
commit | 592e0f1dd91bee030010bd5efb84d9f6d976f22a (patch) | |
tree | 95f33dbb886ccd342d82c9ef102e9993d41d127a /tests/httpd11.tcl | |
parent | 9dcacf853204f3d0a155842d157fe8de21d61eff (diff) | |
download | tcl-592e0f1dd91bee030010bd5efb84d9f6d976f22a.zip tcl-592e0f1dd91bee030010bd5efb84d9f6d976f22a.tar.gz tcl-592e0f1dd91bee030010bd5efb84d9f6d976f22a.tar.bz2 |
Test-cases which require Tcl 8.5 (or 8.6) should continue to work unmodified in Tcl 9.0. The "novem" branch will show whether this continues to work.
Diffstat (limited to 'tests/httpd11.tcl')
-rw-r--r-- | tests/httpd11.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpd11.tcl b/tests/httpd11.tcl index 6eae2b7..7880494 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 8.6 +package require Tcl 8.6- proc ::tcl::dict::get? {dict key} { if {[dict exists $dict $key]} { |