diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-17 15:29:04 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-17 15:29:04 (GMT) |
commit | 1452d078b9ab9e373ccac63f6863550411876aa9 (patch) | |
tree | e1dfb54cdd7c0499784f98bfcf08b91f3c5970df /tests | |
parent | 23c4d55d8a22d3af731025afef6ea5cbaa3505e7 (diff) | |
download | tcl-1452d078b9ab9e373ccac63f6863550411876aa9.zip tcl-1452d078b9ab9e373ccac63f6863550411876aa9.tar.gz tcl-1452d078b9ab9e373ccac63f6863550411876aa9.tar.bz2 |
* tests/namespace.test: fix comment
Diffstat (limited to 'tests')
-rw-r--r-- | tests/namespace.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/namespace.test b/tests/namespace.test index 81a0d78..b393b62 100644 --- a/tests/namespace.test +++ b/tests/namespace.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: namespace.test,v 1.48 2005/11/14 00:48:14 msofer Exp $ +# RCS: @(#) $Id: namespace.test,v 1.49 2005/11/17 15:29:05 msofer Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -158,7 +158,7 @@ test namespace-7.5 {recursive Tcl_DeleteNamespace, no active call frames in ns} } namespace delete test_ns_2 } {} -test namespace-7.6 {recursive Tcl_DeleteNamespace, active call frames in ns} { +test namespace-7.6 {recursive Tcl_DeleteNamespace, no active call frames in ns} { # [Bug 1355942] # Currently fails due to [Bug 1355342] namespace eval test_ns_2 { |