X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Funary_operators.glsl;h=baef6451885904fb87e4c53c4e5a02d673d05f07;hb=cf8a11627e9bba5631b16fc32e2fee5546ea9c3c;hp=bd9803b2bfba7f8b807de165692da5722bd35ecb;hpb=7fd67c4a1ed1c04b09c4bf58489a34809017ba8b;p=libs%2Fgl.git diff --git a/tests/glsl/unary_operators.glsl b/tests/glsl/unary_operators.glsl index bd9803b2..baef6451 100644 --- a/tests/glsl/unary_operators.glsl +++ b/tests/glsl/unary_operators.glsl @@ -22,7 +22,7 @@ void main() --i; i++; i--; - int arr[3]; - ++arr[0]; + int arr_0; + ++arr_0; } */