diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-06 13:55:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-06 13:55:34 (GMT) |
commit | 78fbe7e16e6796847893e608e886b3e779a6e98e (patch) | |
tree | 270374c43814c650f12a6318f41cc1cb34bcb875 /tests/parseExpr.test | |
parent | 667a4aad934603ef865cba2b5b15f4c5687dc0c4 (diff) | |
download | tcl-78fbe7e16e6796847893e608e886b3e779a6e98e.zip tcl-78fbe7e16e6796847893e608e886b3e779a6e98e.tar.gz tcl-78fbe7e16e6796847893e608e886b3e779a6e98e.tar.bz2 |
* tests/cmdMZ.test: Updated [package require tcltest] lines to
* tests/fileSystem.test: indiciate that these test files
* tests/notify.test: use features of tcltest 2. [Bug 706114]
* tests/parseExpr.test:
* tests/unixNotfy.test:
Diffstat (limited to 'tests/parseExpr.test')
-rw-r--r-- | tests/parseExpr.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/parseExpr.test b/tests/parseExpr.test index 7b87b85..0f6aa27 100644 --- a/tests/parseExpr.test +++ b/tests/parseExpr.test @@ -8,10 +8,10 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: parseExpr.test,v 1.10 2003/02/16 01:36:32 msofer Exp $ +# RCS: @(#) $Id: parseExpr.test,v 1.10.2.1 2003/10/06 13:55:39 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest + package require tcltest 2 namespace import -force ::tcltest::* } |