]> gitweb.factorcode.org Git - factor.git/blob - extra/gpu/shaders/shaders-tests.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / gpu / shaders / shaders-tests.factor
1 ! Copyright (C) 2009 Joe Groff.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: multiline gpu.shaders gpu.shaders.private tools.test ;
4 IN: gpu.shaders.tests
5
6 { "ERROR: foo.factor:20: Bad command or filename
7 INFO: foo.factor:30: The operation completed successfully
8 NOT:A:LOG:LINE"  }
9 [ T{ shader { filename "foo.factor" } { line 19 } }
10 "ERROR: 0:1: Bad command or filename
11 INFO: 0:11: The operation completed successfully
12 NOT:A:LOG:LINE" replace-log-line-numbers ] unit-test