X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Funary_operators.glsl;h=bd9803b2bfba7f8b807de165692da5722bd35ecb;hb=3e38e8a7bfffb0b6d622b849b402f4f04a7536c4;hp=a04d24f703e624fc92e7ced2c5c064388e239b4d;hpb=50ab5ca2babc8d9592903da6072a13b381ed6656;p=libs%2Fgl.git 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++;