summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-05-01 00:11:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-05-01 00:11:16 (GMT)
commitf88a6f8e527a46167891c58736f34f8d6ba20526 (patch)
treef0c80b8fc1c40a33e2ca9a24556775a9fa802d1e /test/h5test.h
parent5cd5b713b3854e84375a9dd6d84c15c29b47ac1d (diff)
downloadhdf5-f88a6f8e527a46167891c58736f34f8d6ba20526.zip
hdf5-f88a6f8e527a46167891c58736f34f8d6ba20526.tar.gz
hdf5-f88a6f8e527a46167891c58736f34f8d6ba20526.tar.bz2
[svn-r8444] Purpose:
Code cleanup Description: Remove bogus "#undef NDEBUG" at top of file, which was blocking compiler flags from setting NDEBUG properly. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.9 (sleipnir) too minor to require h5committest
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 99706f0..6afbd61 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -21,7 +21,6 @@
#ifndef _H5TEST_H
#define _H5TEST_H
-#undef NDEBUG
#include "hdf5.h"
#include "H5private.h"