From 18955e8a80ee2b344eaf3eb1d24eed90f6ba8334 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 23 Jul 2015 11:13:36 +1000 Subject: [PATCH] glsl/tests: fix varying_test since tess changes. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This fixes make check since the tess changes. Tested-by: Michel Dänzer Signed-off-by: Dave Airlie --- src/glsl/tests/varyings_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/tests/varyings_test.cpp b/src/glsl/tests/varyings_test.cpp index 4573529f619..62f8c6bc5ad 100644 --- a/src/glsl/tests/varyings_test.cpp +++ b/src/glsl/tests/varyings_test.cpp @@ -70,7 +70,7 @@ public: hash_table *consumer_interface_inputs; const glsl_type *simple_interface; - ir_variable *junk[VARYING_SLOT_MAX]; + ir_variable *junk[VARYING_SLOT_TESS_MAX]; }; link_varyings::link_varyings() -- 2.30.2