]> gitweb.factorcode.org Git - factor.git/blobdiff - 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
index bf7c468774814c92e87dc29a7d5674a7dc84870a..cb19259984e0a0d9ec9ab25217c94a7422e38c6a 100644 (file)
@@ -1,8 +1,8 @@
-IN: cairo.tests
 USING: cairo tools.test math.rectangles accessors ;
+IN: cairo.tests
 
 [ { 10 20 } ] [
     { 10 20 } [
         { 0 1 } { 3 4 } <rect> fill-rect
     ] make-bitmap-image dim>>
-] unit-test
\ No newline at end of file
+] unit-test