summaryrefslogtreecommitdiffstats
path: root/testpar/t_pflush2.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-28 22:52:22 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-28 22:52:22 (GMT)
commitb53eb6fb29e556c482ce20fa7a21485c99beea74 (patch)
tree0d974e0d0cf6c94a86a82b54ecb3f5a48654a891 /testpar/t_pflush2.c
parent3e93aa9514d6b0d40f5baa2f3b25c99c06333aa2 (diff)
downloadhdf5-b53eb6fb29e556c482ce20fa7a21485c99beea74.zip
hdf5-b53eb6fb29e556c482ce20fa7a21485c99beea74.tar.gz
hdf5-b53eb6fb29e556c482ce20fa7a21485c99beea74.tar.bz2
Add semicolons to more PASSED() invocations.
Diffstat (limited to 'testpar/t_pflush2.c')
-rw-r--r--testpar/t_pflush2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_pflush2.c b/testpar/t_pflush2.c
index f58e5a5..f4589c8 100644
--- a/testpar/t_pflush2.c
+++ b/testpar/t_pflush2.c
@@ -189,7 +189,7 @@ main(int argc, char *argv[])
goto error;
}
else if(mpi_rank == 0) {
- PASSED()
+ PASSED();
}
/* Check the case where the file was not flushed. This should give an error
@@ -203,7 +203,7 @@ main(int argc, char *argv[])
h5_fixname(FILENAME[1], fapl_id2, name, sizeof(name));
if(check_test_file(name, fapl_id2)) {
if(mpi_rank == 0)
- PASSED()
+ PASSED();
}
else {
H5_FAILED()