tools.image-analyzer: test failure fix
parent
c63fe2ab25
commit
0564503338
|
@ -14,7 +14,7 @@ IN: tools.image-analyzer.tests
|
||||||
{ t } [
|
{ t } [
|
||||||
loadable-images [ [ ?make-image ] each ] [
|
loadable-images [ [ ?make-image ] each ] [
|
||||||
[
|
[
|
||||||
image-path load-image 2drop code-size>>
|
image-path load-image drop code-size>>
|
||||||
] map [ 0 = ] all?
|
] map [ 0 = ] all?
|
||||||
] bi
|
] bi
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
Loading…
Reference in New Issue