summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-28 22:44:16 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-28 22:44:16 (GMT)
commit3cb259c5a26b5b8665cfa0550823cd580f97b8f7 (patch)
tree4aaa2ba1e9a949ab8c06b7459095abbd3236933e /test/vfd_swmr.c
parent0a662ea44897994279a146baf9de3c99043456a7 (diff)
downloadhdf5-3cb259c5a26b5b8665cfa0550823cd580f97b8f7.zip
hdf5-3cb259c5a26b5b8665cfa0550823cd580f97b8f7.tar.gz
hdf5-3cb259c5a26b5b8665cfa0550823cd580f97b8f7.tar.bz2
So that I can use PASSED(); anywhere a statement can go, #define PASSED() with
a do-while wrapper.
Diffstat (limited to 'test/vfd_swmr.c')
-rw-r--r--test/vfd_swmr.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index a3b52d5..357a545 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -168,7 +168,7 @@ test_fapl(void)
if(my_config)
HDfree(my_config);
- PASSED()
+ PASSED();
return 0;
error:
@@ -503,7 +503,7 @@ test_file_fapl(void)
if(file_config)
HDfree(file_config);
- PASSED()
+ PASSED();
return 0;
error:
@@ -644,7 +644,7 @@ test_file_end_tick(void)
if(my_config)
HDfree(my_config);
- PASSED()
+ PASSED();
return 0;
error:
@@ -769,7 +769,7 @@ test_writer_create_open_flush(void)
if(my_config)
HDfree(my_config);
- PASSED()
+ PASSED();
return 0;
error:
@@ -1020,7 +1020,7 @@ test_writer_md(void)
if(index)
HDfree(index);
- PASSED()
+ PASSED();
return 0;
error:
@@ -1715,7 +1715,7 @@ test_reader_md_concur(void)
if(index)
HDfree(index);
- PASSED()
+ PASSED();
return 0;
error:
@@ -1913,7 +1913,7 @@ test_multiple_file_opens(void)
if(config2)
HDfree(config2);
- PASSED()
+ PASSED();
return 0;
error:
@@ -2262,7 +2262,7 @@ test_multiple_concur_file_opens(void)
if(config2)
HDfree(config2);
- PASSED()
+ PASSED();
return 0;
error:
@@ -2614,7 +2614,7 @@ test_same_file_opens(void)
if(config2)
HDfree(config2);
- PASSED()
+ PASSED();
return 0;
error: