summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-01-08 15:55:29 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2019-01-08 15:55:29 (GMT)
commit1421059cfba7af05bb4a675820e9c5a6a73e77fe (patch)
tree156a3e1be5afeff69cdcfbcd6e60b521c41b3a66 /test/h5test.h
parentb4828e7feb8fd11514683c6eef8809356751760a (diff)
parent74a41f92a48d553a33b80d84d0981623327074af (diff)
downloadhdf5-1421059cfba7af05bb4a675820e9c5a6a73e77fe.zip
hdf5-1421059cfba7af05bb4a675820e9c5a6a73e77fe.tar.gz
hdf5-1421059cfba7af05bb4a675820e9c5a6a73e77fe.tar.bz2
Merge remote-tracking branch 'upstream/develop' into develop
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);}