6 lines
212 B
Factor
6 lines
212 B
Factor
|
! Copyright (C) 2009 Slava Pestov.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: tools.test core-graphics kernel ;
|
||
|
IN: core-graphics.tests
|
||
|
|
||
|
[ ] [ 100 200 [ drop ] with-bitmap-context ] unit-test
|