diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2015-02-28 17:00:03 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2015-02-28 17:00:03 (GMT) |
commit | ac290b5e45412a0a93fde620490d703c773d27d4 (patch) | |
tree | 5f092da8f14390a154ae169a7b1b82e526f665ee /test/testhdf5.h | |
parent | 7462a7ef1c3542b8812c8da86e79b15ce22d21cb (diff) | |
download | hdf5-ac290b5e45412a0a93fde620490d703c773d27d4.zip hdf5-ac290b5e45412a0a93fde620490d703c773d27d4.tar.gz hdf5-ac290b5e45412a0a93fde620490d703c773d27d4.tar.bz2 |
[svn-r26331] Revert checking r 26327&8, which added new code and test that fails on solaris and macs.
Tested h5committest + emu and quail.
Diffstat (limited to 'test/testhdf5.h')
-rw-r--r-- | test/testhdf5.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/testhdf5.h b/test/testhdf5.h index 62dadde..907fce9 100644 --- a/test/testhdf5.h +++ b/test/testhdf5.h @@ -68,18 +68,6 @@ } \ } -#define CHECK_PTR_NULL(ret,where) { \ - if (VERBOSE_HI) { \ - print_func(" Call to routine: %15s at line %4d in %s returned %p\n", \ - (where), (int)__LINE__, __FILE__, (ret)); \ - } \ - if (ret) { \ - TestErrPrintf ("*** UNEXPECTED RETURN from %s is not NULL line %4d in %s\n", \ - (where), (int)__LINE__, __FILE__); \ - H5Eprint2(H5E_DEFAULT, stdout); \ - } \ -} - /* Used to make certain a return value _is_ a value */ #define VERIFY(_x, _val, where) do { \ long __x = (long)_x, __val = (long)_val; \ |