diff options
-rw-r--r-- | test/vfd_swmr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c index cfa7a44..b9f2df6 100644 --- a/test/vfd_swmr.c +++ b/test/vfd_swmr.c @@ -1108,7 +1108,7 @@ test_multiple_file_opens_concur(void) static unsigned test_disable_enable_eot_concur(void) - +{ /* Output message about test being performed */ TESTING("Verify concurrent H5Fvfd_swmr_enable/disable_end_of_tick()"); SKIPPED(); @@ -1119,7 +1119,7 @@ test_disable_enable_eot_concur(void) static unsigned test_file_end_tick_concur(void) - +{ /* Output message about test being performed */ TESTING("Verify concurrent H5Fvfd_swmr_end_tick()"); SKIPPED(); |