glsl: Drop bad ASSERT_TRUE in gl_CullDistance link_varyings test.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 14 May 2016 02:26:37 +0000 (19:26 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 16 May 2016 06:49:19 +0000 (23:49 -0700)
commitd4d7e1516b4f14b65192ae856a44a2c10788c9fe
tree745b262eba4c83c9f1145a417b2729034e216989
parent9525f33164fcc071088093d110404b6c3b9d5ab8
glsl: Drop bad ASSERT_TRUE in gl_CullDistance link_varyings test.

I don't know what the intention was here, but this function returns
void.  We can't assert anything about its return value.

Fixes "make check" failures.

v2: Also fix prototype for the function (caught by Jordan).

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/compiler/glsl/tests/varyings_test.cpp