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