summaryrefslogtreecommitdiffstats
path: root/hl/test/h5hltest.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-16 18:23:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-16 18:23:29 (GMT)
commit96bf97f534b00232c0ec13282b5b1eac7dc99865 (patch)
tree285eeffa7935c1f3702a0b2254371630cf7fd62e /hl/test/h5hltest.h
parent64e6665b5442fc3f46cc7e2b00fe0a1b59f03b22 (diff)
downloadhdf5-96bf97f534b00232c0ec13282b5b1eac7dc99865.zip
hdf5-96bf97f534b00232c0ec13282b5b1eac7dc99865.tar.gz
hdf5-96bf97f534b00232c0ec13282b5b1eac7dc99865.tar.bz2
Update HD prefix and reconcile hl/cpp test
Diffstat (limited to 'hl/test/h5hltest.h')
-rw-r--r--hl/test/h5hltest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/test/h5hltest.h b/hl/test/h5hltest.h
index 5dd3c20..85f47bd 100644
--- a/hl/test/h5hltest.h
+++ b/hl/test/h5hltest.h
@@ -28,8 +28,8 @@
#include "H5HLprivate2.h"
/* Macros used in HL tests */
-#define HL_TESTING2(WHAT) {HDprintf("%-70s", "Testing " WHAT); HDfflush(stdout);}
-#define HL_TESTING3(WHAT) {HDprintf("%-70s", "" WHAT); HDfflush(stdout);}
+#define HL_TESTING2(WHAT) {HDprintf("Testing %-62s", WHAT); HDfflush(stdout);}
+#define HL_TESTING3(WHAT) {HDprintf("Testing %-62s", WHAT); HDfflush(stdout);}
/* Implements verbose 'assert' with 'goto error' exit */
#define VERIFY(condition, string) do { if (!(condition)) FAIL_PUTS_ERROR(string) } while(0)