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/safe.test | |
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/safe.test')
-rw-r--r-- | tests/safe.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/safe.test b/tests/safe.test index 6c9c6c9..e43ce12 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -10,7 +10,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.5 +package require Tcl 8.5- if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 |