factor/basis/core-graphics/core-graphics-tests.factor

6 lines
242 B
Factor

! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: tools.test core-graphics kernel byte-arrays ;
IN: core-graphics.tests
[ t ] [ { 100 200 } [ drop ] with-bitmap-context byte-array? ] unit-test