]> gitweb.factorcode.org Git - factor.git/commitdiff
images.loader: use accessors in tests.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 6 Sep 2015 15:23:17 +0000 (08:23 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 6 Sep 2015 15:23:17 +0000 (08:23 -0700)
basis/images/loader/loader-tests.factor

index 16da2c5435e1f7eda31923294dc1546f7a6829f2..d3f73df2fa0725966bafc4e1d2baaff5ccad9c66 100644 (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 )