summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-25 09:48:27 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-25 09:48:27 (GMT)
commit8d526ed137bcb284ecae929ae6262a164af05e29 (patch)
tree078b5394d4a9dc3322bf00f7afd4e1d799e4ad7a /test/vfd_swmr.c
parentdf685806b2903a0190bb12732f022751754b33d6 (diff)
downloadhdf5-8d526ed137bcb284ecae929ae6262a164af05e29.zip
hdf5-8d526ed137bcb284ecae929ae6262a164af05e29.tar.gz
hdf5-8d526ed137bcb284ecae929ae6262a164af05e29.tar.bz2
test_same_file_opens() works on Windows now (vfd_swmr.c)
Diffstat (limited to 'test/vfd_swmr.c')
-rw-r--r--test/vfd_swmr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index 04a2eaf..8d61b89 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -3501,9 +3501,7 @@ main(void)
nerrors += test_multiple_file_opens();
nerrors += test_multiple_file_opens_concur();
-#ifndef H5_HAVE_WIN32_API
nerrors += test_same_file_opens();
-#endif
nerrors += test_enable_disable_eot();
nerrors += test_disable_enable_eot_concur();