summaryrefslogtreecommitdiffstats
path: root/tests/grid.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-11-11 09:27:48 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-11-11 09:27:48 (GMT)
commit59f316038f774d1f724103dfff16ec1c50cd209b (patch)
tree6ed1bb547abd29d00e090e8e7f188755226525b5 /tests/grid.test
parentb34637a566da5d4411c69bb1d2ad8e0bcfa8123a (diff)
parent995f62ce17e6b3340c09503b62ceda0ba673a4ad (diff)
downloadtk-59f316038f774d1f724103dfff16ec1c50cd209b.zip
tk-59f316038f774d1f724103dfff16ec1c50cd209b.tar.gz
tk-59f316038f774d1f724103dfff16ec1c50cd209b.tar.bz2
merge core-8-6-branch, except the changes file which has conflicts.
Diffstat (limited to 'tests/grid.test')
-rw-r--r--tests/grid.test4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/grid.test b/tests/grid.test
index 627b4e7..27df602 100644
--- a/tests/grid.test
+++ b/tests/grid.test
@@ -366,9 +366,7 @@ test grid-6.8 {location (weights)} -body {
} -cleanup {
grid_reset 6.8
} -result {{-10->-1 -1} {0->0 0} {16->0 1} {201->1 1}}
-test grid-6.9 {location: check updates pending} -constraints {
- nonPortable
-} -body {
+test grid-6.9 {location: check updates pending} -body {
set a ""
foreach i {0 1 2} {
frame .$i -width 120 -height 75 -bg red