diff options
Diffstat (limited to 'library/tcltest1.0')
-rw-r--r-- | library/tcltest1.0/pkgIndex.tcl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/library/tcltest1.0/pkgIndex.tcl b/library/tcltest1.0/pkgIndex.tcl index 96b38cc..c79a8b0 100644 --- a/library/tcltest1.0/pkgIndex.tcl +++ b/library/tcltest1.0/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}}}] |