diff options
author | David Young <dyoung@hdfgroup.org> | 2020-02-28 22:44:16 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-02-28 22:51:55 (GMT) |
commit | 3e93aa9514d6b0d40f5baa2f3b25c99c06333aa2 (patch) | |
tree | a626f1e76a4a77707513a692a3e1e12a052b0e68 /test/cache.c | |
parent | 885aa08ec4d074765fd96d62d9b19024d7f1b224 (diff) | |
download | hdf5-3e93aa9514d6b0d40f5baa2f3b25c99c06333aa2.zip hdf5-3e93aa9514d6b0d40f5baa2f3b25c99c06333aa2.tar.gz hdf5-3e93aa9514d6b0d40f5baa2f3b25c99c06333aa2.tar.bz2 |
So that I can use PASSED(); anywhere a statement can go, #define PASSED() with
a do-while wrapper.
Diffstat (limited to 'test/cache.c')
-rw-r--r-- | test/cache.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/cache.c b/test/cache.c index 349d048..bb18728 100644 --- a/test/cache.c +++ b/test/cache.c @@ -13932,7 +13932,7 @@ check_move_entry(unsigned paged) takedown_cache(file_ptr, FALSE, FALSE); if(pass) - PASSED() + PASSED(); else H5_FAILED() @@ -17061,7 +17061,7 @@ check_move_entry_errs(unsigned paged) takedown_cache(file_ptr, FALSE, FALSE); if(pass) - PASSED() + PASSED(); else { H5_FAILED() @@ -30716,7 +30716,7 @@ done: takedown_cache(file_ptr, FALSE, FALSE); if(pass) - PASSED() + PASSED(); else { H5_FAILED(); HDfprintf(stdout, "%s.\n", failure_mssg); @@ -30939,7 +30939,7 @@ done: takedown_cache(file_ptr, FALSE, FALSE); if(pass) - PASSED() + PASSED(); else { H5_FAILED(); HDfprintf(stdout, "%s.\n", failure_mssg); @@ -33511,7 +33511,7 @@ done: takedown_cache(file_ptr, FALSE, FALSE); if(pass) - PASSED() + PASSED(); else { H5_FAILED(); HDfprintf(stdout, "%s.\n", failure_mssg); @@ -33714,7 +33714,7 @@ done: takedown_cache(file_ptr, FALSE, FALSE); if(pass) - PASSED() + PASSED(); else { H5_FAILED(); HDfprintf(stdout, "%s.\n", failure_mssg); |