summaryrefslogtreecommitdiffstats
path: root/tests/canvRect.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/canvRect.test')
-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 {