summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2019-01-07 20:11:07 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2019-01-07 20:11:07 (GMT)
commit0bc3d1567bdbdd1beed7aefa0caa6ac4d10b1b92 (patch)
tree8097f18823e92fbc741b6c818b8cb1ec2701a28f /test/h5test.h
parent7bf6d847ae36940f1b1147820356795c7764dbeb (diff)
parentfe6bed2ad722578d0b701e29d22f591923d2fe9f (diff)
downloadhdf5-0bc3d1567bdbdd1beed7aefa0caa6ac4d10b1b92.zip
hdf5-0bc3d1567bdbdd1beed7aefa0caa6ac4d10b1b92.tar.gz
hdf5-0bc3d1567bdbdd1beed7aefa0caa6ac4d10b1b92.tar.bz2
Merge pull request #1434 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop
* commit 'fe6bed2ad722578d0b701e29d22f591923d2fe9f': Fix TESTING_2 macro to align output with TESTING macro
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 5fca0c9..66a7863 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -102,7 +102,7 @@ H5TEST_DLLVAR MPI_Info h5_io_info_g; /* MPI INFO object for IO */
* the H5_FAILED() macro is invoked automatically when an API function fails.
*/
#define TESTING(WHAT) {printf("Testing %-62s",WHAT); fflush(stdout);}
-#define TESTING_2(WHAT) {printf(" Testing %-62s",WHAT); fflush(stdout);}
+#define TESTING_2(WHAT) {printf(" Testing %-60s",WHAT); fflush(stdout);}
#define PASSED() {puts(" PASSED");fflush(stdout);}
#define H5_FAILED() {puts("*FAILED*");fflush(stdout);}
#define H5_WARNING() {puts("*WARNING*");fflush(stdout);}