summaryrefslogtreecommitdiffstats
path: root/test/gen_cross.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gen_cross.c')
-rw-r--r--test/gen_cross.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gen_cross.c b/test/gen_cross.c
index 143451d..0d07ad1 100644
--- a/test/gen_cross.c
+++ b/test/gen_cross.c
@@ -1258,8 +1258,8 @@ main(void)
/* Create memory space. This does not include the extra row for fill
* values. */
- HDassert(dimsf[0] == NX);
- HDassert(dimsf[1] == NY);
+ assert(dimsf[0] == NX);
+ assert(dimsf[1] == NY);
if ((memspace = H5Screate_simple(RANK, dimsf, NULL)) < 0)
TEST_ERROR;