summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vfd_swmr.c')
-rw-r--r--test/vfd_swmr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index 0910409..9c5899e 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -3494,9 +3494,9 @@ main(void)
nerrors += test_file_fapl();
#ifndef H5_HAVE_WIN32_API
-/* XXX: VFD SWMR: Fails on Win32 due to problems unlinking the metadata file.
- * The OS claims another process is using the file.
- */
+ /* XXX: VFD SWMR: Fails on Win32 due to problems unlinking the metadata file.
+ * The OS claims another process is using the file.
+ */
nerrors += test_writer_create_open_flush();
nerrors += test_writer_md();
#endif