summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-05-19 21:54:52 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-05-19 21:54:52 (GMT)
commit80d35d2ef9feb42cfe480188c339d816237e6376 (patch)
tree32a2d3d050ac4c318a35920f8150f4e5b94bcd6d
parentaa3cb25a6a519f189d07d1bc458d6eb233c16b41 (diff)
downloadhdf5-80d35d2ef9feb42cfe480188c339d816237e6376.zip
hdf5-80d35d2ef9feb42cfe480188c339d816237e6376.tar.gz
hdf5-80d35d2ef9feb42cfe480188c339d816237e6376.tar.bz2
-DH5_NO_DEPRECATED_SYMBOLS can no longer be tested with a previous
version API: H5Version.h now has a check that disallows it.
-rw-r--r--examples/testh5cc.sh.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/testh5cc.sh.in b/examples/testh5cc.sh.in
index 800d4d4..ddd37e7 100644
--- a/examples/testh5cc.sh.in
+++ b/examples/testh5cc.sh.in
@@ -308,7 +308,7 @@ echo "***"Version compatibility tests.
# If H5_NO_DEPRECATED_SYMBOLS;
# then only v18main works.
# else if H5_USE_16_API_DEFAULT;
-# then v16main works and -DH5_NO_DEPRECATED_SYMBOLS v18main also works.
+# then v16main works.
# else v18main works and -DH5_USE_16_API_DEFAULT v16main also works.
#
if [ -n "$H5_USE_16_API_DEFAULT" ]; then
@@ -326,7 +326,6 @@ if [ -n "$H5_NO_DEPRECATED_SYMBOLS" ]; then
TOOLTEST $v18main
elif [ -n "$H5_USE_16_API_DEFAULT" ]; then
TOOLTEST $v16main
- TOOLTEST -DH5_NO_DEPRECATED_SYMBOLS $v18main
else
TOOLTEST -DH5_USE_16_API_DEFAULT $v16main
TOOLTEST $v18main