diff options
Diffstat (limited to 'src/compiler/glsl/tests/varyings_test.cpp')
-rw-r--r-- | src/compiler/glsl/tests/varyings_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/glsl/tests/varyings_test.cpp b/src/compiler/glsl/tests/varyings_test.cpp index 74957734858..4ad73be381e 100644 --- a/src/compiler/glsl/tests/varyings_test.cpp +++ b/src/compiler/glsl/tests/varyings_test.cpp @@ -80,11 +80,11 @@ link_varyings::SetUp() this->ir.make_empty(); this->consumer_inputs = - _mesa_hash_table_create(NULL, _mesa_key_hash_string, + _mesa_hash_table_create(NULL, _mesa_hash_string, _mesa_key_string_equal); this->consumer_interface_inputs = - _mesa_hash_table_create(NULL, _mesa_key_hash_string, + _mesa_hash_table_create(NULL, _mesa_hash_string, _mesa_key_string_equal); /* Needs to happen after glsl type initialization */ |