summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-31 17:07:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-31 17:07:11 (GMT)
commit63682278199543f20a99cb0c9ee10944384ce23f (patch)
treeaae66fd1ef393c7963f9cf9b1524b5d185669da6 /ChangeLog
parent2282409ca3414a57fa47500d32ce4dc879f4425a (diff)
downloadtcl-63682278199543f20a99cb0c9ee10944384ce23f.zip
tcl-63682278199543f20a99cb0c9ee10944384ce23f.tar.gz
tcl-63682278199543f20a99cb0c9ee10944384ce23f.tar.bz2
Remove broken test constraint. [bug 1053908]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9c4ab8..1077924 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-10-31 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * tests/cmdAH.test (cmdAH-8.45): Removed broken test constraint.
+ It didn't do what it was intended to do, and it implied the other
+ correct constraint. [Bug 1053908]
+
* generic/tclCmdIL.c (InfoGlobalsCmd):
* tests/info.test (info-8.4): Strip leading global-namespace
specifiers from the pattern argument. [Bug 1057461]