summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/tfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tfile.c b/test/tfile.c
index 2968b8e..b158fb5 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -90,7 +90,7 @@ test_file_create(void)
ret = H5Fclose(fid1);
CHECK(ret, FAIL, "H5Fclose");
ret = H5Fclose(fid2);
- VERIFY(ret, FAIL, "H5Fclose"); /*file should already be closed*/
+ VERIFY(ret, FAIL, "H5Fclose"); /*file should not have been open */
/*
* Try again with H5F_ACC_EXCL. This should fail because the file already