diff options
author | redman <redman> | 1999-07-31 01:55:48 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-31 01:55:48 (GMT) |
commit | 7736a343edbd9a5f2feb71878361bc0f1f81640b (patch) | |
tree | 503fb1eb0c7f61b311f589b8de26f9df5ec6a452 /tests/info.test | |
parent | 4440b020d403deecad8037fdcbac009f40f8296a (diff) | |
download | tcl-7736a343edbd9a5f2feb71878361bc0f1f81640b.zip tcl-7736a343edbd9a5f2feb71878361bc0f1f81640b.tar.gz tcl-7736a343edbd9a5f2feb71878361bc0f1f81640b.tar.bz2 |
* unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5.
Patch from James Dennett. [Bug: 2450]
* tests/info.test: Enable test for tclParse.c change (info
complete).
Diffstat (limited to 'tests/info.test')
-rw-r--r-- | tests/info.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/info.test b/tests/info.test index 012bdff..908c0ea 100644 --- a/tests/info.test +++ b/tests/info.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: info.test,v 1.10 1999/07/23 23:40:29 redman Exp $ +# RCS: @(#) $Id: info.test,v 1.11 1999/07/31 01:55:51 redman Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -137,7 +137,7 @@ test info-5.3 {info complete option} { test info-5.4 {info complete option} { info complete {[a [b] } } 0 -test info-5.5 {info complete option} {knownBug} { +test info-5.5 {info complete option} { info complete {[a [b]} } 0 |