images.loader: use accessors in tests.
parent
5684fab484
commit
75e50ec5e0
|
@ -1,5 +1,5 @@
|
|||
USING: continuations glib.ffi images.loader io.files.temp kernel sequences
|
||||
system tools.test ;
|
||||
USING: accessors continuations glib.ffi images.loader
|
||||
io.files.temp kernel sequences system tools.test ;
|
||||
IN: images.loader.tests
|
||||
|
||||
: open-png-image ( -- image )
|
||||
|
|
Loading…
Reference in New Issue