summaryrefslogtreecommitdiffstats
path: root/testpar/t_pshutdown.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-03-05 17:05:29 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-03-05 17:05:29 (GMT)
commit7350db497be1c67102ffe5ac30e621720919dc38 (patch)
treeaf557c7cc2b6100730d41b22755019d99fffa436 /testpar/t_pshutdown.c
parent7413557dd58656dbfdc0661dace708275a58785f (diff)
parentb53eb6fb29e556c482ce20fa7a21485c99beea74 (diff)
downloadhdf5-7350db497be1c67102ffe5ac30e621720919dc38.zip
hdf5-7350db497be1c67102ffe5ac30e621720919dc38.tar.gz
hdf5-7350db497be1c67102ffe5ac30e621720919dc38.tar.bz2
Merge pull request #2424 in HDFFV/hdf5 from ~DYOUNG/hdf5:passed-do-while to develop
* commit 'b53eb6fb29e556c482ce20fa7a21485c99beea74': Add semicolons to more PASSED() invocations. So that I can use PASSED(); anywhere a statement can go, #define PASSED() with a do-while wrapper.
Diffstat (limited to 'testpar/t_pshutdown.c')
-rw-r--r--testpar/t_pshutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_pshutdown.c b/testpar/t_pshutdown.c
index ddbae9e..55073c8 100644
--- a/testpar/t_pshutdown.c
+++ b/testpar/t_pshutdown.c
@@ -116,7 +116,7 @@ main (int argc, char **argv)
if(MAINPROCESS) {
if(0 == nerrors)
- PASSED()
+ PASSED();
else
H5_FAILED()
}