images.loader: use accessors in tests.

db4
John Benediktsson 2015-09-06 08:23:17 -07:00
parent 5684fab484
commit 75e50ec5e0
1 changed files with 2 additions and 2 deletions

View File

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