summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-05-23 19:48:41 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-05-23 19:48:41 (GMT)
commit50c027c0f1e1918c2e14eb401c9e32e9f7ced458 (patch)
tree9ff211cdb778ec8f84e030e3271b4373e1a4f3ae /tests
parentf73d14cdd568056c8f8da72eb92440e1b17a294b (diff)
downloadtk-50c027c0f1e1918c2e14eb401c9e32e9f7ced458.zip
tk-50c027c0f1e1918c2e14eb401c9e32e9f7ced458.tar.gz
tk-50c027c0f1e1918c2e14eb401c9e32e9f7ced458.tar.bz2
Test canvRect-3.6 seems to be actually portable. Remove the 'nonPortable' constraint.
Diffstat (limited to 'tests')
-rw-r--r--tests/canvRect.test5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/canvRect.test b/tests/canvRect.test
index ec59e8b..08a17ef 100644
--- a/tests/canvRect.test
+++ b/tests/canvRect.test
@@ -123,11 +123,8 @@ test canvRect-3.5 {RectOvalCoords procedure} -body {
} -cleanup {
.c delete withtag all
} -returnCodes error -result {bad screen distance "d"}
-test canvRect-3.6 {RectOvalCoords procedure} -constraints {
- nonPortable
-} -body {
+test canvRect-3.6 {RectOvalCoords procedure} -body {
.c create rectangle 10 20 30 40 -tags x
- # Non-portable due to rounding differences.
.c coords x 10 25 15 40
.c bbox x
} -cleanup {