summaryrefslogtreecommitdiffstats
path: root/library/tcltest
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-13 01:24:31 (GMT)
committerhobbs <hobbs>1999-10-13 01:24:31 (GMT)
commiteef711b7bb93ea26a5222fb8ba70ee2e87a34e94 (patch)
tree4a478f2cdb4217f481a50a250e83bd6b9f175307 /library/tcltest
parentfbca4c0659bc3640f593fec4fd542e32b8659171 (diff)
downloadtcl-eef711b7bb93ea26a5222fb8ba70ee2e87a34e94.zip
tcl-eef711b7bb93ea26a5222fb8ba70ee2e87a34e94.tar.gz
tcl-eef711b7bb93ea26a5222fb8ba70ee2e87a34e94.tar.bz2
* library/tcltest1.0/pkgIndex.tcl: fixed procs in pkgIndex.tcl file
Diffstat (limited to 'library/tcltest')
-rw-r--r--library/tcltest/pkgIndex.tcl11
1 files changed, 5 insertions, 6 deletions
diff --git a/library/tcltest/pkgIndex.tcl b/library/tcltest/pkgIndex.tcl
index 96b38cc..c79a8b0 100644
--- a/library/tcltest/pkgIndex.tcl
+++ b/library/tcltest/pkgIndex.tcl
@@ -10,9 +10,8 @@
package ifneeded tcltest 1.0 [list tclPkgSetup $dir tcltest 1.0 \
{{tcltest.tcl source {::tcltest::bytestring ::tcltest::cleanupTests \
- ::tcltest::dotests ::tcltest::makeDirectory ::tcltest::makeFile \
- ::tcltest::normalizeMsg ::tcltest::removeDirectory \
- ::tcltest::removeFile ::tcltest::restoreState ::tcltest::saveState \
- ::tcltest::test ::tcltest::threadReap ::tcltest::viewFile memory \
- ::tcltest:grep ::tcltest::getMatchingTestFiles }}}]
-
+ ::tcltest::makeDirectory ::tcltest::makeFile ::tcltest::normalizeMsg \
+ ::tcltest::removeDirectory ::tcltest::removeFile \
+ ::tcltest::restoreState ::tcltest::saveState ::tcltest::test \
+ ::tcltest::threadReap ::tcltest::viewFile ::tcltest::grep \
+ ::tcltest::getMatchingFiles ::tcltest::loadTestedCommands}}}]