]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-graphics/core-graphics-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[factor.git] / basis / core-graphics / core-graphics-tests.factor
index 8d604f8d0521265aa3b3c81e56a9c201e05bff00..ba19cb75276ff3b13422a798312ec8c91687310e 100644 (file)
@@ -3,6 +3,6 @@
 USING: tools.test core-graphics kernel images ;
 IN: core-graphics.tests
 
-[ t ] [ { 100 200 } [ drop ] make-bitmap-image image? ] unit-test
+{ t } [ { 100 200 } [ drop ] make-bitmap-image image? ] unit-test
 
-[ ] [ dummy-context drop ] unit-test
+{ } [ dummy-context drop ] unit-test