diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-07 15:10:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-07 15:10:06 (GMT) |
commit | 5450612a4d1bd4e6f796f76f12f3d216dfc935ba (patch) | |
tree | c2e820d3b669927a653a030f0d6ec2ac466b44cf /tests/imgPhoto.test | |
parent | 526bccf8bf38fe66da8e6e951cca4435c30869d9 (diff) | |
download | tk-5450612a4d1bd4e6f796f76f12f3d216dfc935ba.zip tk-5450612a4d1bd4e6f796f76f12f3d216dfc935ba.tar.gz tk-5450612a4d1bd4e6f796f76f12f3d216dfc935ba.tar.bz2 |
More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key>
Diffstat (limited to 'tests/imgPhoto.test')
-rw-r--r-- | tests/imgPhoto.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/imgPhoto.test b/tests/imgPhoto.test index 46daaa2..2e7ca4c 100644 --- a/tests/imgPhoto.test +++ b/tests/imgPhoto.test @@ -1338,7 +1338,7 @@ test imgPhoto-4.117 {ImgPhotoCmd data: list colorformat} -setup { # This testcase fails with Tcl < 8.6.7, due to [25842c] test imgPhoto-4.118 {ImgPhotoCmd data: using data for new image results in same image as orignial } -constraints { - hasTeapotPhoto hasTranspTeapotPhoto needsTcl867 + hasTeapotPhoto hasTranspTeapotPhoto needsTcl867 } -setup { image create photo teapot -file $teapotPhotoFile teapot copy teapot -from 50 60 70 80 -shrink |