summaryrefslogtreecommitdiffstats
path: root/test/big.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/big.c')
-rw-r--r--test/big.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/big.c b/test/big.c
index ca8ba1f..0311a93 100644
--- a/test/big.c
+++ b/test/big.c
@@ -270,7 +270,7 @@ enough_room(hid_t fapl)
fd[i] = -1;
/* Get file name template */
- HDassert(H5FD_FAMILY == H5Pget_driver(fapl));
+ assert(H5FD_FAMILY == H5Pget_driver(fapl));
h5_fixname(FILENAME[0], fapl, filename, sizeof(filename));
/* Create files */