From 75e50ec5e08f4e7e646be7d07c143ef6ef42c518 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 6 Sep 2015 08:23:17 -0700 Subject: [PATCH] images.loader: use accessors in tests. --- basis/images/loader/loader-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/images/loader/loader-tests.factor b/basis/images/loader/loader-tests.factor index 16da2c5435..d3f73df2fa 100644 --- a/basis/images/loader/loader-tests.factor +++ b/basis/images/loader/loader-tests.factor @@ -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 )