summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/glsl/tests/varyings_test.cpp2
1 files changed, 1 insertions, 1 deletions
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()