summaryrefslogtreecommitdiffstats
path: root/tests/info.test
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-07-31 01:55:48 (GMT)
committerredman <redman@noemail.net>1999-07-31 01:55:48 (GMT)
commitc7b3eaf0b3a913750bc07bb8508dffe8644df044 (patch)
tree503fb1eb0c7f61b311f589b8de26f9df5ec6a452 /tests/info.test
parent7c5dd50a646c31a1d9f1efaeb7e9e734b0ed9653 (diff)
downloadtcl-c7b3eaf0b3a913750bc07bb8508dffe8644df044.zip
tcl-c7b3eaf0b3a913750bc07bb8508dffe8644df044.tar.gz
tcl-c7b3eaf0b3a913750bc07bb8508dffe8644df044.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). FossilOrigin-Name: 59e2b0685d1922a1729770f2f401fb7031de119b
Diffstat (limited to 'tests/info.test')
-rw-r--r--tests/info.test4
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