From d40bb9d13a5a6e2607f313df4bd986886f1ef8d7 Mon Sep 17 00:00:00 2001 From: pointsman Date: Wed, 3 May 2023 15:18:17 +0000 Subject: Removed the bug specific test constraint from the tests related to [0306a5563c] because the bug is fixed. --- tests/bigdata.test | 2 -- 1 file changed, 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] -- cgit v0.12