summaryrefslogtreecommitdiffstats
path: root/test/testhdf5.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-07 12:59:35 (GMT)
committerGitHub <noreply@github.com>2022-04-07 12:59:35 (GMT)
commite5f9f339404442550fa525cdc59597d503cca206 (patch)
tree95aaeb003cd756b7143cfb9003d144799eb34c04 /test/testhdf5.c
parent8fbe8adddd5f52dd40ba7a9de323212249b37291 (diff)
downloadhdf5-e5f9f339404442550fa525cdc59597d503cca206.zip
hdf5-e5f9f339404442550fa525cdc59597d503cca206.tar.gz
hdf5-e5f9f339404442550fa525cdc59597d503cca206.tar.bz2
Removes unused H5HP and H5MP packages (#1610)
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r--test/testhdf5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c
index 45c0f9f..a1d7594 100644
--- a/test/testhdf5.c
+++ b/test/testhdf5.c
@@ -45,7 +45,6 @@ main(int argc, char *argv[])
AddTest("config", test_configure, cleanup_configure, "Configure definitions", NULL);
AddTest("metadata", test_metadata, cleanup_metadata, "Encoding/decoding metadata", NULL);
AddTest("checksum", test_checksum, cleanup_checksum, "Checksum algorithm", NULL);
- AddTest("heap", test_heap, NULL, "Memory Heaps", NULL);
AddTest("skiplist", test_skiplist, NULL, "Skip Lists", NULL);
AddTest("refstr", test_refstr, NULL, "Reference Counted Strings", NULL);
AddTest("file", test_file, cleanup_file, "Low-Level File I/O", NULL);