summaryrefslogtreecommitdiff
path: root/tests/remove_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/remove_null.c')
-rw-r--r--tests/remove_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remove_null.c b/tests/remove_null.c
index bdb549a..d040a0f 100644
--- a/tests/remove_null.c
+++ b/tests/remove_null.c
@@ -36,7 +36,7 @@ main(int argc, char **argv)
{
struct hash_table *ht;
- ht = hash_table_create(fnv1_hash_string, string_key_equals);
+ ht = hash_table_create_for_string();
hash_table_remove_entry(ht, NULL);