mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Add semicolons to more PASSED() invocations.
This commit is contained in:
parent
3e93aa9514
commit
b53eb6fb29
@ -65,7 +65,7 @@ main (int argc, char **argv)
|
||||
|
||||
if(MAINPROCESS) {
|
||||
if(0 == nerrors)
|
||||
PASSED()
|
||||
PASSED();
|
||||
else
|
||||
H5_FAILED()
|
||||
}
|
||||
|
@ -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()
|
||||
|
@ -128,7 +128,7 @@ main (int argc, char **argv)
|
||||
|
||||
if(MAINPROCESS) {
|
||||
if(0 == nerrors)
|
||||
PASSED()
|
||||
PASSED();
|
||||
else
|
||||
H5_FAILED()
|
||||
}
|
||||
|
@ -116,7 +116,7 @@ main (int argc, char **argv)
|
||||
|
||||
if(MAINPROCESS) {
|
||||
if(0 == nerrors)
|
||||
PASSED()
|
||||
PASSED();
|
||||
else
|
||||
H5_FAILED()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user