diff options
Diffstat (limited to 'test/theap.c')
-rw-r--r-- | test/theap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/theap.c b/test/theap.c index ad0ee75..cad0c3b 100644 --- a/test/theap.c +++ b/test/theap.c @@ -72,7 +72,7 @@ test_heap(void) buf[j] = '\0'; obj[i] = H5H_insert(f, &heap_addr, strlen(buf) + 1, buf); - CHECK_I(obj[i], "H5H_insert"); + assert ((size_t)(-1)!=obj[i]); } /* Flush the cache and invalidate everything */ |