summaryrefslogtreecommitdiffstats
path: root/test/swmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/swmr.c')
-rw-r--r--test/swmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/swmr.c b/test/swmr.c
index 6b9e097..f448d16 100644
--- a/test/swmr.c
+++ b/test/swmr.c
@@ -3241,7 +3241,7 @@ tssw_persist_dapl_verify(hid_t did, hid_t vdsid1, hid_t vdsid2, hsize_t boundary
TEST_ERROR;
if (rdcc_nbytes != rdcc_nbytes_out)
TEST_ERROR;
- if (HDfabs(rdcc_w0 - rdcc_w0_out) > (double)FP_EPSILON)
+ if (fabs(rdcc_w0 - rdcc_w0_out) > (double)FP_EPSILON)
TEST_ERROR;
/* Get efile prefix property and verify */