diff options
Diffstat (limited to 'test/flush2.c')
-rw-r--r-- | test/flush2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/flush2.c b/test/flush2.c index f8d8aa8..6a07c78 100644 --- a/test/flush2.c +++ b/test/flush2.c @@ -197,7 +197,7 @@ main(void) PASSED() else { -#if defined WIN32 && defined _HDF5USEDLL_ +#if defined _WIN32 && defined _HDF5USEDLL_ SKIPPED(); puts(" DLL will flush the file even when calling _exit, skip this test temporarily"); @@ -219,7 +219,7 @@ main(void) PASSED() else { -#if defined WIN32 && defined _HDF5USEDLL_ +#if defined _WIN32 && defined _HDF5USEDLL_ SKIPPED(); puts(" DLL will flush the file even when calling _exit, skip this test temporarily"); |