summaryrefslogtreecommitdiffstats
path: root/test/hyperslab.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hyperslab.c')
-rw-r--r--test/hyperslab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hyperslab.c b/test/hyperslab.c
index 5b9ff1d..e2ca4f1 100644
--- a/test/hyperslab.c
+++ b/test/hyperslab.c
@@ -1003,7 +1003,7 @@ test_array_fill(size_t lo, size_t hi)
if (dst[(u * ARRAY_FILL_SIZE) + v] != src[v])
TEST_ERROR;
- HDmemset(dst, 0, sizeof(int) * ARRAY_FILL_SIZE * w);
+ memset(dst, 0, sizeof(int) * ARRAY_FILL_SIZE * w);
} /* end for */
PASSED();