summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-19 20:33:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-19 20:33:57 (GMT)
commit74dc8966918d58b3ba704880e4675afee89f535a (patch)
treef1e03c9c98a09ffcfc375409294a926bfb020f38 /test
parentcac405283f0dd6e6aa528cd86303429ec9bb3fd2 (diff)
downloadhdf5-74dc8966918d58b3ba704880e4675afee89f535a.zip
hdf5-74dc8966918d58b3ba704880e4675afee89f535a.tar.gz
hdf5-74dc8966918d58b3ba704880e4675afee89f535a.tar.bz2
[svn-r26485] Description:
Remove the ULONG_TO_FLOAT_ACCURATE macro/define, we no longer support the Sandia system where it was necessary. Tested on: Mac OSX 10.10.2 (amazon) w/serial & parallel (h5committest not necessary on this branch)
Diffstat (limited to 'test')
-rw-r--r--test/dt_arith.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index 305fdd0..693e200 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -5112,9 +5112,7 @@ run_int_fp_conv(const char *name)
nerrors += test_conv_int_fp(name, TEST_NORMAL, H5T_NATIVE_LONG, H5T_NATIVE_FLOAT);
nerrors += test_conv_int_fp(name, TEST_NORMAL, H5T_NATIVE_LONG, H5T_NATIVE_DOUBLE);
-#if H5_ULONG_TO_FLOAT_ACCURATE
nerrors += test_conv_int_fp(name, TEST_NORMAL, H5T_NATIVE_ULONG, H5T_NATIVE_FLOAT);
-#endif
nerrors += test_conv_int_fp(name, TEST_NORMAL, H5T_NATIVE_ULONG, H5T_NATIVE_DOUBLE);
#endif