]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/binary_operators.glsl
Remove the ParenthesizedExpression node type
[libs/gl.git] / tests / glsl / binary_operators.glsl
index a99b4446f9e2a22efcd9a8615e10f88a9d955b97..0782b15a0a1bad76ed1aae2a5e2d029d20c4234f 100644 (file)
@@ -43,7 +43,7 @@ void main()
        b = b&&float(i)==f;
        int j = 1;
        i = i|1;
-       j = j<<(i%5);
+       j = j<<i%5;
        b = b||i!=j;
        ivec2 iv;
        i = i<<j;