summaryrefslogtreecommitdiffstats
path: root/test/API/testhdf5.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/API/testhdf5.h')
-rw-r--r--test/API/testhdf5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/API/testhdf5.h b/test/API/testhdf5.h
index 3d945f8..e4aaacd 100644
--- a/test/API/testhdf5.h
+++ b/test/API/testhdf5.h
@@ -207,15 +207,15 @@
#define TEST_STR "Test"
#define CLEAN_STR "Cleanup"
-#define AT() HDprintf(" at %s:%d in %s()...\n", __FILE__, __LINE__, __func__);
+#define AT() printf(" at %s:%d in %s()...\n", __FILE__, __LINE__, __func__);
#define TESTING(WHAT) \
{ \
- HDprintf("Testing %-62s", WHAT); \
+ printf("Testing %-62s", WHAT); \
HDfflush(stdout); \
}
#define TESTING_2(WHAT) \
{ \
- HDprintf(" Testing %-60s", WHAT); \
+ printf(" Testing %-60s", WHAT); \
HDfflush(stdout); \
}
#define PASSED() \