images.loader: fix tests.
parent
d98f0134ab
commit
717dce055a
|
@ -42,11 +42,11 @@ os { linux windows } member? [
|
||||||
|
|
||||||
! Windows 32 can't save .bmp-files for unknown reason. It can load
|
! Windows 32 can't save .bmp-files for unknown reason. It can load
|
||||||
! them though.
|
! them though.
|
||||||
{ t } [
|
64bit? [
|
||||||
64bit? [
|
{ t } [
|
||||||
open-png-image dup "bmp" convert-to =
|
open-png-image dup "bmp" convert-to =
|
||||||
] when
|
] unit-test
|
||||||
] unit-test
|
] when
|
||||||
|
|
||||||
{ t } [
|
{ t } [
|
||||||
"vocab:images/testing/bmp/rgb_8bit.bmp" load-image dup
|
"vocab:images/testing/bmp/rgb_8bit.bmp" load-image dup
|
||||||
|
|
Loading…
Reference in New Issue