X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tests%2Fglsl%2Fbinary_operators.glsl;h=0782b15a0a1bad76ed1aae2a5e2d029d20c4234f;hp=a99b4446f9e2a22efcd9a8615e10f88a9d955b97;hb=a4cd67f1c9f1f375bacacfbb421d40f78a22644b;hpb=3a675b53b811f50ab965405fbbf91282cab7f3cd diff --git a/tests/glsl/binary_operators.glsl b/tests/glsl/binary_operators.glsl index a99b4446..0782b15a 100644 --- a/tests/glsl/binary_operators.glsl +++ b/tests/glsl/binary_operators.glsl @@ -43,7 +43,7 @@ void main() b = b&&float(i)==f; int j = 1; i = i|1; - j = j<<(i%5); + j = j<