X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Funary_operators.glsl;fp=tests%2Fglsl%2Funary_operators.glsl;h=baef6451885904fb87e4c53c4e5a02d673d05f07;hb=49e89e55692ecdbccd98b93578d29f89669a9fc0;hp=bd9803b2bfba7f8b807de165692da5722bd35ecb;hpb=e2ed3de4cbbc682ff490a3b0b760b8a45260f611;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; } */