diff options
author | dgp <dgp@users.sourceforge.net> | 2003-02-17 19:12:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-02-17 19:12:06 (GMT) |
commit | 440e748e304fe8b1d12fa0e0706a9ed7a1898893 (patch) | |
tree | ec35542c1a4ccf12d8a2945822b5fc1ff0bf1c78 /library/tcltest | |
parent | ea4b9460e2b1acc2627153f40e68d255ab5c89ee (diff) | |
download | tcl-440e748e304fe8b1d12fa0e0706a9ed7a1898893.zip tcl-440e748e304fe8b1d12fa0e0706a9ed7a1898893.tar.gz tcl-440e748e304fe8b1d12fa0e0706a9ed7a1898893.tar.bz2 |
update in comment
Diffstat (limited to 'library/tcltest')
-rw-r--r-- | library/tcltest/tcltest.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index f61fe9e..7d119c7 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -16,7 +16,7 @@ # Contributions from Don Porter, NIST, 2002. (not subject to US copyright) # All rights reserved. # -# RCS: @(#) $Id: tcltest.tcl,v 1.77 2003/02/06 16:29:19 dgp Exp $ +# RCS: @(#) $Id: tcltest.tcl,v 1.78 2003/02/17 19:12:06 dgp Exp $ package require Tcl 8.3 ;# uses [glob -directory] namespace eval tcltest { @@ -504,7 +504,7 @@ namespace eval tcltest { } namespace eval [namespace current] \ [list upvar 0 Option($option) $varName] - # Workaround for Bug 572889. Grrrr.... + # Workaround for Bug (now Feature Request) 572889. Grrrr.... # Track all the variables tied to options lappend OptionControlledVariables $varName # Later, set auto-configure read traces on all |