diff options
Diffstat (limited to 'c++/test/h5cpputil.h')
-rw-r--r-- | c++/test/h5cpputil.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/c++/test/h5cpputil.h b/c++/test/h5cpputil.h index b6601db..abd076a 100644 --- a/c++/test/h5cpputil.h +++ b/c++/test/h5cpputil.h @@ -30,13 +30,12 @@ using namespace H5; #endif #ifndef H5_NO_STD -int test_report (int, const std::string&); using std::cerr; using std::endl; -#else -int test_report (int, const string&); #endif +int test_report (int, const string&); + void issue_fail_msg(const char* where, int line, const char* file_name, const char* message=""); |