Fix core graphics unit test

db4
Slava Pestov 2009-01-16 22:39:19 -06:00
parent 3ba833779f
commit 0086369302
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2009 Slava Pestov. ! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! 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 IN: core-graphics.tests
[ ] [ 100 200 [ drop ] with-bitmap-context ] unit-test [ t ] [ 100 200 [ drop ] with-bitmap-context byte-array? ] unit-test