]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/textures/textures-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / opengl / textures / textures-tests.factor
index 2a7cfdaf8c3fdde38e4ef4373ec62738c15636f4..895298fe545f8e739458095002332514e3fb22c3 100644 (file)
@@ -4,12 +4,12 @@ USING: tools.test opengl.gl opengl.textures opengl.textures.private
 images kernel namespaces accessors sequences literals ;
 IN: opengl.textures.tests
 
-{
+[
     {
         { { 0 0 } { 10 0 } }
         { { 0 20 } { 10 20 } }
     }
-} [
+] [
     {
         { { 10 20 } { 30 20 } }
         { { 10 30 } { 30 300 } }