! 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