tools.image-analyzer: test failure fix

db4
Björn Lindqvist 2015-12-08 02:12:30 +01:00
parent c63fe2ab25
commit 0564503338
1 changed files with 1 additions and 1 deletions

View File

@ -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