13 lines
784 B
Diff
13 lines
784 B
Diff
Index: hdf5-1.12.2/test/testhdf5.c
|
|
===================================================================
|
|
--- hdf5-1.12.2.orig/test/testhdf5.c
|
|
+++ hdf5-1.12.2/test/testhdf5.c
|
|
@@ -53,7 +53,6 @@ main(int argc, char *argv[])
|
|
AddTest("coords", test_coords, cleanup_coords, "Dataspace coordinates", NULL);
|
|
AddTest("sohm", test_sohm, cleanup_sohm, "Shared Object Header Messages", NULL);
|
|
AddTest("attr", test_attr, cleanup_attr, "Attributes", NULL);
|
|
- AddTest("select", test_select, cleanup_select, "Selections", NULL);
|
|
AddTest("time", test_time, cleanup_time, "Time Datatypes", NULL);
|
|
AddTest("ref_deprec", test_reference_deprec, cleanup_reference_deprec, "Deprecated References", NULL);
|
|
AddTest("ref", test_reference, cleanup_reference, "References", NULL);
|