summaryrefslogtreecommitdiffstats
path: root/test/gheap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gheap.c')
-rw-r--r--test/gheap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gheap.c b/test/gheap.c
index f8766df..cca5289 100644
--- a/test/gheap.c
+++ b/test/gheap.c
@@ -517,8 +517,8 @@ test_ooo_indices(hid_t fapl)
}
/* The indices should have "wrapped around" on the last iteration */
- HDassert(obj[534].idx == 65535);
- HDassert(obj[535].idx == 1);
+ assert(obj[534].idx == 65535);
+ assert(obj[535].idx == 1);
/* Reopen the file */
if (H5Fclose(file) < 0)