diff options
author | mig <mig> | 2013-01-14 19:11:55 (GMT) |
---|---|---|
committer | mig <mig> | 2013-01-14 19:11:55 (GMT) |
commit | e51f88c164f863f53bb520cfdc89f5555bf4daab (patch) | |
tree | a13c23e37f61f1200b65cf152402c6255839473d /tests/httpd11.tcl | |
parent | 59236eb2569059175cab295ee54f00a02cd2b9b9 (diff) | |
download | tcl-e51f88c164f863f53bb520cfdc89f5555bf4daab.zip tcl-e51f88c164f863f53bb520cfdc89f5555bf4daab.tar.gz tcl-e51f88c164f863f53bb520cfdc89f5555bf4daab.tar.bz2 |
backout novem - merges are noisy enough as it is
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 9d0650e..9c543dc 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]} { |