summaryrefslogtreecommitdiffstats
path: root/test/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache.c')
-rw-r--r--test/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache.c b/test/cache.c
index ab08413..bacd559 100644
--- a/test/cache.c
+++ b/test/cache.c
@@ -16653,7 +16653,7 @@ check_duplicate_insert_err(void)
result = H5C_insert_entry(NULL, -1, -1, cache_ptr,
&(types[0]), entry_ptr->addr,
- (void *)entry_ptr, H5C__NO_FLAGS_SET, NULL);
+ (void *)entry_ptr, H5C__NO_FLAGS_SET);
if ( result >= 0 ) {