summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpointsman <rolf@pointsman.de>2023-05-03 15:18:17 (GMT)
committerpointsman <rolf@pointsman.de>2023-05-03 15:18:17 (GMT)
commitd40bb9d13a5a6e2607f313df4bd986886f1ef8d7 (patch)
treeb556b8e609d8a783d81b779cce57850b243f4519
parent06cc962945bd148c0fb2a63ab23e6e3577945929 (diff)
downloadtcl-d40bb9d13a5a6e2607f313df4bd986886f1ef8d7.zip
tcl-d40bb9d13a5a6e2607f313df4bd986886f1ef8d7.tar.gz
tcl-d40bb9d13a5a6e2607f313df4bd986886f1ef8d7.tar.bz2
Removed the bug specific test constraint from the tests related to [0306a5563c] because the bug is fixed.
-rw-r--r--tests/bigdata.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/bigdata.test b/tests/bigdata.test
index 08556dd..0f72be7 100644
--- a/tests/bigdata.test
+++ b/tests/bigdata.test
@@ -1114,7 +1114,6 @@ bigtestRO concat-bigdata-1 "concat" {4294967296 {0 1 2 3 4} {6 7 0 1 2} {3 4 5 6
test puts-bigdata-1 "puts" -setup {
set fpath [makeFile {} bug-0306a5563.data]
} -constraints {
- bug0306a5563
bigdata
} -body {
set fd [open $fpath w]
@@ -1130,7 +1129,6 @@ test puts-bigdata-1 "puts" -setup {
test puts-bigdata-2 "puts" -setup {
set fpath [tcltest::makeFile {} bug-0306a5563.data]
} -constraints {
- bug0306a5563
bigdata
} -body {
set fd [open $fpath w]