]> gitweb.factorcode.org Git - factor.git/blob - basis/cairo/cairo-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / cairo / cairo-tests.factor
1 USING: cairo tools.test math.rectangles accessors ;
2 IN: cairo.tests
3
4 [ { 10 20 } ] [
5     { 10 20 } [
6         { 0 1 } { 3 4 } <rect> fill-rect
7     ] make-bitmap-image dim>>
8 ] unit-test