diff options
author | hobbs <hobbs> | 1999-10-21 02:17:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-21 02:17:43 (GMT) |
commit | 1ed0bec0caaa8524e4f1ced4e7c0718322ed44dc (patch) | |
tree | 7b90e259557aafc0fc008e407a22852a227c15d9 /library/tcltest1.0/pkgIndex.tcl | |
parent | 5febb5a71e435b42fe6bf68500c49ee8cfde341b (diff) | |
download | tcl-1ed0bec0caaa8524e4f1ced4e7c0718322ed44dc.zip tcl-1ed0bec0caaa8524e4f1ced4e7c0718322ed44dc.tar.gz tcl-1ed0bec0caaa8524e4f1ced4e7c0718322ed44dc.tar.bz2 |
Changed update to 'after 1' to cause a true sleep in the current
thread, avoiding numerous superfluous thread send calls.
Diffstat (limited to 'library/tcltest1.0/pkgIndex.tcl')
-rw-r--r-- | library/tcltest1.0/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tcltest1.0/pkgIndex.tcl b/library/tcltest1.0/pkgIndex.tcl index c79a8b0..205cbbb 100644 --- a/library/tcltest1.0/pkgIndex.tcl +++ b/library/tcltest1.0/pkgIndex.tcl @@ -14,4 +14,4 @@ package ifneeded tcltest 1.0 [list tclPkgSetup $dir tcltest 1.0 \ ::tcltest::removeDirectory ::tcltest::removeFile \ ::tcltest::restoreState ::tcltest::saveState ::tcltest::test \ ::tcltest::threadReap ::tcltest::viewFile ::tcltest::grep \ - ::tcltest::getMatchingFiles ::tcltest::loadTestedCommands}}}] + ::tcltest::getMatchingFiles ::tcltest::loadTestedCommands}}}] |