diff options
author | jenn <jenn> | 2000-10-24 22:30:17 (GMT) |
---|---|---|
committer | jenn <jenn> | 2000-10-24 22:30:17 (GMT) |
commit | 5cbefa50780d8b1b97ad53388a8d92029eb63aff (patch) | |
tree | 4911eced7fe962bad5dd1651791fa2b3762b29d9 /library/tcltest/pkgIndex.tcl | |
parent | 517724aedd37225321f8241834d1a907ec201bbd (diff) | |
download | tcl-5cbefa50780d8b1b97ad53388a8d92029eb63aff.zip tcl-5cbefa50780d8b1b97ad53388a8d92029eb63aff.tar.gz tcl-5cbefa50780d8b1b97ad53388a8d92029eb63aff.tar.bz2 |
* tests/all.tcl: Removed support for tcltest 1.0.
* tests/tcltest.test:
* library/tcltest1.0/tcltest.tcl:
* library/tcltest1.0/pkgIndex.tcl:
* docs/tcltest.n: Moved tcltest2 code so that it's the standard
version of tcltest. Removed all tcltest2 files
(tests/tcltest2.test, library/tcltest1.0/tcltest2.tcl,
docs/tcltest2.n).
Diffstat (limited to 'library/tcltest/pkgIndex.tcl')
-rw-r--r-- | library/tcltest/pkgIndex.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl index e3746e2..da93644 100644 --- a/library/tcltest/pkgIndex.tcl +++ b/library/tcltest/pkgIndex.tcl @@ -8,5 +8,4 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded tcltest 1.0 [list source [file join $dir tcltest.tcl]] -package ifneeded tcltest 2.0 [list source [file join $dir tcltest2.tcl]] +package ifneeded tcltest 2.0 [list source [file join $dir tcltest.tcl]] |