From 0086369302139b6255459b334728b455fa3164dd Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 16 Jan 2009 22:39:19 -0600 Subject: [PATCH] Fix core graphics unit test --- basis/core-graphics/core-graphics-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/core-graphics/core-graphics-tests.factor b/basis/core-graphics/core-graphics-tests.factor index 848e6aa852..d01df86527 100644 --- a/basis/core-graphics/core-graphics-tests.factor +++ b/basis/core-graphics/core-graphics-tests.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: tools.test core-graphics kernel ; +USING: tools.test core-graphics kernel byte-arrays ; IN: core-graphics.tests -[ ] [ 100 200 [ drop ] with-bitmap-context ] unit-test \ No newline at end of file +[ t ] [ 100 200 [ drop ] with-bitmap-context byte-array? ] unit-test \ No newline at end of file