X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tests%2Fglsl%2Funary_operators.glsl;h=bd9803b2bfba7f8b807de165692da5722bd35ecb;hp=a04d24f703e624fc92e7ced2c5c064388e239b4d;hb=7fd67c4a1ed1c04b09c4bf58489a34809017ba8b;hpb=d4257f651ab8341d926d97d5c85d72ce64f8778b diff --git a/tests/glsl/unary_operators.glsl b/tests/glsl/unary_operators.glsl index a04d24f7..bd9803b2 100644 --- a/tests/glsl/unary_operators.glsl +++ b/tests/glsl/unary_operators.glsl @@ -16,8 +16,8 @@ void main() /* Expected output: vertex void main() { - int i = 0; - i = -~i; + int i; + i = 1; ++i; --i; i++;