diff options
Diffstat (limited to 'test/fillval.c')
-rw-r--r-- | test/fillval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fillval.c b/test/fillval.c index 00e06ea..5bf5c03 100644 --- a/test/fillval.c +++ b/test/fillval.c @@ -2188,7 +2188,7 @@ main(int argc, char *argv[]) puts("All fill value tests passed."); if(h5_cleanup(FILENAME, fapl)) - remove(FILE_NAME_RAW); + HDremove(FILE_NAME_RAW); return 0; |