]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/pens/gradient/gradient-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / ui / pens / gradient / gradient-tests.factor
index 1e3776aff32eb6977a25b6eaad0ce006869fd341..22802d39aee565d29a34af5f8e8843fd669cc3f0 100644 (file)
@@ -3,7 +3,7 @@ colors.constants specialized-arrays alien.c-types ;
 SPECIALIZED-ARRAY: float
 IN: ui.pens.gradient.tests
 
-{
+[
     float-array{
         0.0
         0.0
@@ -18,7 +18,7 @@ IN: ui.pens.gradient.tests
         100.0
         100.0
     }
-} [
+] [
     { 1 0 } { 100 100 } { COLOR: red COLOR: green COLOR: blue }
     gradient-vertices
 ] unit-test