diff options
Diffstat (limited to 'test/flush2.c')
-rw-r--r-- | test/flush2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/flush2.c b/test/flush2.c index 4f4caf6..c6e4c3a 100644 --- a/test/flush2.c +++ b/test/flush2.c @@ -190,8 +190,6 @@ main(void) #if defined H5_HAVE_WIN32_API && !defined (hdf5_EXPORTS) SKIPPED(); puts(" DLL will flush the file even when calling _exit, skip this test temporarily"); -#elif defined H5_VMS - SKIPPED(); #else H5_FAILED() goto error; @@ -213,8 +211,6 @@ main(void) #if defined H5_HAVE_WIN32_API && !defined (hdf5_EXPORTS) SKIPPED(); puts(" DLL will flush the file even when calling _exit, skip this test temporarily"); -#elif defined H5_VMS - SKIPPED(); #else H5_FAILED() goto error; |