]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/gpu/shaders/shaders-tests.factor
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
[factor.git] / extra / gpu / shaders / shaders-tests.factor
index 7393ff264ddd4927d73e95f470352c1f2655efd5..be5087bf443a2efb166d018f84e66002dab9b29a 100644 (file)
@@ -2,9 +2,9 @@
 USING: multiline gpu.shaders gpu.shaders.private tools.test ;
 IN: gpu.shaders.tests
 
-[ """ERROR: foo.factor:20: Bad command or filename
+{ """ERROR: foo.factor:20: Bad command or filename
 INFO: foo.factor:30: The operation completed successfully
-NOT:A:LOG:LINE"""  ]
+NOT:A:LOG:LINE"""  }
 [ T{ shader { filename "foo.factor" } { line 19 } }
 """ERROR: 0:1: Bad command or filename
 INFO: 0:11: The operation completed successfully