2009-01-16 23:37:56 -05:00
|
|
|
! Copyright (C) 2009 Slava Pestov.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2009-01-16 23:39:19 -05:00
|
|
|
USING: tools.test core-graphics kernel byte-arrays ;
|
2009-01-16 23:37:56 -05:00
|
|
|
IN: core-graphics.tests
|
|
|
|
|
2009-01-19 23:30:32 -05:00
|
|
|
[ t ] [ { 100 200 } [ drop ] with-bitmap-context byte-array? ] unit-test
|